Skip to content

Instantly share code, notes, and snippets.

@richzw
Created March 9, 2022 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richzw/3b73b4547c15eaec530080bbc20a7342 to your computer and use it in GitHub Desktop.
Save richzw/3b73b4547c15eaec530080bbc20a7342 to your computer and use it in GitHub Desktop.
Docker_test
FROM alpine:latest
RUN apk add -U libcap netcat-openbsd
RUN apk add --no-cache iptables ip6tables
RUN apk --no-cache add tcpdump
ENTRYPOINT ["sleep", "1h"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment