docker-stunnel/Dockerfile
2024-01-03 11:23:50 -08:00

6 lines
73 B
Docker

FROM alpine:3
RUN apk add --no-cache stunnel~=5
ENTRYPOINT ["stunnel"]