update php7 repos

This commit is contained in:
Sebastian Hugentobler 2016-10-06 12:55:37 +02:00 committed by GitHub
parent 58aa29d137
commit db324c1477

View File

@ -1,10 +1,9 @@
FROM thallian/php7-fpm:latest
RUN apk add --no-cache openssl tar nginx postgresql-client aspell rsyslog
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted \
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted \
php7 \
php7-imap \
php7-apcu \
php7-dom \
php7-json \
php7-xml \
@ -21,6 +20,9 @@ RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/test
php7-zip \
php7-ldap \
php7-pspell
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted \
php7-apcu
RUN ln -s /usr/bin/php7 /usr/bin/php