1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

Move to libressl

This commit is contained in:
Daan Rosbergen 2017-04-28 17:35:05 +02:00
parent 3c9924a2d2
commit 0431f71f08

View File

@ -6,7 +6,7 @@ FROM alpine:edge
MAINTAINER kev <noreply@easypi.info>
RUN apk add --no-cache stunnel openssl
RUN apk add --no-cache stunnel libressl
COPY docker-entrypoint.sh /entrypoint.sh