6 lines
73 B
Docker
6 lines
73 B
Docker
|
FROM alpine:3
|
||
|
|
||
|
RUN apk add --no-cache stunnel~=5
|
||
|
|
||
|
ENTRYPOINT ["stunnel"]
|