2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00

Add openssl

This commit is contained in:
Daan Rosbergen
2017-04-28 17:32:22 +02:00
parent 3af6c8c05f
commit 3c9924a2d2

View File

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