From 006e69866a65521f37fad486ee0f9f68dfebd473 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sat, 22 Apr 2017 00:19:43 +0100 Subject: [PATCH] fix libressl dependency --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index c24cb8f..98f24c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,9 @@ RUN \ nano \ nginx \ openssl && \ + apk add --no-cache \ + --repository http://nl.alpinelinux.org/alpine/edge/main \ + libressl2.5-libssl && \ apk add --no-cache \ --repository http://nl.alpinelinux.org/alpine/edge/community \ php7 \