fix libressl dependency

This commit is contained in:
sparklyballs 2017-04-22 00:19:43 +01:00
parent ee7e0c5e5a
commit 006e69866a

View File

@ -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 \