Created
March 9, 2022 04:06
-
-
Save richzw/3b73b4547c15eaec530080bbc20a7342 to your computer and use it in GitHub Desktop.
Docker_test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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