From abcd8189248fe0138203a7c0ac52585b8121c41c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 21 Oct 2016 13:52:49 +0200 Subject: [PATCH] update alpine repository for php7-openssl --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0b864d0..8e86cb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,11 @@ 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/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 \ php7 \ php7-imap \ @@ -21,6 +26,7 @@ RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/comm php7-ldap \ php7-pspell + RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted \ php7-apcu