update alpine repository for php7-openssl

This commit is contained in:
Sebastian Hugentobler 2016-10-21 13:52:49 +02:00
parent db324c1477
commit abcd818924

View File

@ -1,6 +1,11 @@
FROM thallian/php7-fpm:latest FROM thallian/php7-fpm:latest
RUN apk add --no-cache openssl tar nginx postgresql-client aspell rsyslog 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/main/ --allow-untrusted \
libressl2.4-libcrypto \
libressl2.4-libssl
RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted \ RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted \
php7 \ php7 \
php7-imap \ php7-imap \
@ -21,6 +26,7 @@ RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/comm
php7-ldap \ php7-ldap \
php7-pspell php7-pspell
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/testing/ --allow-untrusted \
php7-apcu php7-apcu