docker/mac-vpn/Dockerfile
2019-12-09 00:34:03 -03:00

5 lines
63 B
Docker

FROM alpine
RUN apk add --no-cache socat
ENTRYPOINT ["socat"]