mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
update stunnel
This commit is contained in:
parent
e086480fe1
commit
54d63ed925
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user