1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:29 +02:00
dockerfiles/stunnel/Dockerfile
2016-07-11 13:14:59 +08:00

16 lines
269 B
Docker

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