From aedc54007fc106a93055dafa66e5d92d083f9a5a Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 28 Oct 2016 13:50:52 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 674a23e..87f629b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ 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 ca-certificates RUN apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/main/ --allow-untrusted \ libressl2.4-libcrypto \