Merge pull request #6 from linuxserver/php7_edge

use edge repository for php dependencies
This commit is contained in:
Neil 2017-03-29 23:42:34 +01:00 committed by GitHub
commit 3bc0a0bf00

View File

@ -26,7 +26,12 @@ RUN \
nginx-mod-mail \
nginx-mod-rtmp \
nginx-mod-stream \
nginx-vim \
nginx-vim && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/main \
libwebp && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/community \
php7-ctype \
php7-curl \
php7-dom \