Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -52,6 +52,7 @@ RUN \
php7-curl \
php7-dom \
php7-exif \
php7-fileinfo \
php7-ftp \
php7-gd \
php7-gmp \
Expand All @@ -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 && \

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.