1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:25 +02:00

Merge pull request #41 from Badmuts/master

Add libressl/openssl to stunnel image
This commit is contained in:
Kev++ 2017-04-29 00:44:05 +08:00 committed by GitHub
commit 49ee38b8b5

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 libressl
COPY docker-entrypoint.sh /entrypoint.sh