1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/stunnel/arm/Dockerfile
2016-07-11 14:39:42 +08:00

16 lines
284 B
Docker

#
# Dockerfile for stunnel-arm
#
FROM easypi/alpine-arm
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"]