1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00

update stunnel

This commit is contained in:
kev 2016-11-27 02:59:40 +08:00
parent e086480fe1
commit 54d63ed925
2 changed files with 4 additions and 4 deletions

@ -2,11 +2,11 @@
# Dockerfile for stunnel # Dockerfile for stunnel
# #
FROM alpine FROM alpine:edge
MAINTAINER kev <noreply@easypi.info> MAINTAINER kev <noreply@easypi.info>
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing stunnel RUN apk add --no-cache stunnel
COPY docker-entrypoint.sh /entrypoint.sh COPY docker-entrypoint.sh /entrypoint.sh

@ -2,11 +2,11 @@
# Dockerfile for stunnel-arm # Dockerfile for stunnel-arm
# #
FROM easypi/alpine-arm FROM easypi/alpine-arm:edge
MAINTAINER kev <noreply@easypi.info> MAINTAINER kev <noreply@easypi.info>
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing stunnel RUN apk add --no-cache stunnel
COPY docker-entrypoint.sh /entrypoint.sh COPY docker-entrypoint.sh /entrypoint.sh