diff --git a/Dockerfile b/Dockerfile index 8d0920f3..8c58dd48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" # package version -ENV NEXTCLOUD_VER="11.0.2" +ENV NEXTCLOUD_VER="11.0.3" # environment settings ENV NEXTCLOUD_PATH="/config/www/nextcloud" @@ -52,6 +52,7 @@ RUN \ php7-curl \ php7-dom \ php7-exif \ + php7-fileinfo \ php7-ftp \ php7-gd \ php7-gmp \ @@ -61,21 +62,20 @@ RUN \ php7-ldap \ php7-mbstring \ php7-mcrypt \ + php7-memcached \ php7-pcntl \ php7-pdo_mysql \ php7-pdo_pgsql \ php7-pdo_sqlite \ php7-pgsql \ php7-posix \ + php7-simplexml \ php7-sqlite3 \ php7-xml \ php7-xmlreader \ + php7-xmlwriter \ php7-zip && \ - apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/testing \ - php7-memcached && \ - # fetch php smbclient source git clone git://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \ diff --git a/README.md b/README.md index a74df930..eb2eb976 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,6 @@ Please note you will need a MySQL/MariaDB or other backend database to set this ## Versions ++ **07.03.17:** Add additional php7 packages, fileinfo, simplexml and xmlwriter, +change php7-memcached repository. + **07.03.17:** Release into main repository and upgrade to php7 and Alpine 3.5.