Merge pull request #29 from linuxserver/memcached_repo

use community repo version of php7-memcached, has been fixed in php 7.14
This commit is contained in:
j0nnymoe 2017-05-03 13:42:32 +01:00 committed by GitHub
commit 4295126fc3
2 changed files with 3 additions and 5 deletions

View File

@ -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 && \

View File

@ -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.