2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01: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

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