Skip to content
Snippets Groups Projects
Commit 24628da5 authored by CANLERS Julien's avatar CANLERS Julien
Browse files

Add new file

parent 39eb5549
No related branches found
No related tags found
No related merge requests found
FROM debian:stretch
RUN apt-get update && apt-get -y install host telnet netcat procps net-tools iptables tcpdump && apt-get clean && rm -rf /var/cache/apt/archives /var/lib/apt/lists
EXPOSE 3000 4000 5000 6000
ADD netfilter_gw1.sh /netfilter.sh
CMD [ "/netfilter.sh" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment