From 5901725af9467d0833748ce4aca0645657da09b9 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Wed, 3 May 2017 09:39:25 +0100 Subject: [PATCH] use community repo version of php7-memcached, has been fixed in php 7.14 --- Dockerfile | 7 ++----- README.md | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8d0920f3..ffc5131f 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" @@ -61,6 +61,7 @@ RUN \ php7-ldap \ php7-mbstring \ php7-mcrypt \ + php7-memcached \ php7-pcntl \ php7-pdo_mysql \ php7-pdo_pgsql \ @@ -72,10 +73,6 @@ RUN \ php7-xmlreader \ 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..a282c334 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,5 @@ Please note you will need a MySQL/MariaDB or other backend database to set this ## Versions ++ **03.05.17:** Use community repo of memcached. + **07.03.17:** Release into main repository and upgrade to php7 and Alpine 3.5.