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

Delete Dockerfile

parent efff09ab
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