Skip to content

Instantly share code, notes, and snippets.

@xynova
Last active June 22, 2018 17:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xynova/53b49b4ff654ae91ea87328817650881 to your computer and use it in GitHub Desktop.
Save xynova/53b49b4ff654ae91ea87328817650881 to your computer and use it in GitHub Desktop.
Socat in Alpine docker
FROM alpine:3.6
RUN apk --update add socat ca-certificates && \
rm -rf /var/cache/apk/* && \
rm -rf /root/.cache
ENTRYPOINT ["socat"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment