update alpine repository for php7-openssl
This commit is contained in:
parent
db324c1477
commit
abcd818924
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue