1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/stunnel/Dockerfile
2017-04-28 17:35:05 +02:00

16 lines
220 B
Docker

#
# Dockerfile for stunnel
#
FROM alpine:edge
MAINTAINER kev <noreply@easypi.info>
RUN apk add --no-cache stunnel libressl
COPY docker-entrypoint.sh /entrypoint.sh
VOLUME /etc/stunnel
ENTRYPOINT ["/entrypoint.sh"]