Merge pull request #13 from linuxserver/php7_edge

use edge repository for php dependencies
This commit is contained in:
Neil 2017-03-29 23:43:31 +01:00 committed by GitHub
commit 2806f5ae1f

View File

@ -12,6 +12,11 @@ ENV COPS_VER="1.0.1"
# install runtime packages
RUN \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/main \
icu-libs \
libwebp && \
apk add --no-cache \
--repository http://nl.alpinelinux.org/alpine/edge/community \
php7-dom \
php7-gd \
php7-intl \