1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/stunnel/arm/Dockerfile

16 lines
225 B
Docker
Raw Normal View History

2016-07-11 06:39:42 +00:00
#
# Dockerfile for stunnel-arm
#
2016-11-26 18:59:40 +00:00
FROM easypi/alpine-arm:edge
2016-07-11 06:39:42 +00:00
2017-05-07 23:05:07 +00:00
MAINTAINER kev <noreply@easypi.pro>
2016-07-11 06:39:42 +00:00
2016-11-26 18:59:40 +00:00
RUN apk add --no-cache stunnel
2016-07-11 06:39:42 +00:00
COPY docker-entrypoint.sh /entrypoint.sh
VOLUME /etc/stunnel
ENTRYPOINT ["/entrypoint.sh"]