We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802da4a commit 5ed3f65Copy full SHA for 5ed3f65
Dockerfile
@@ -9,8 +9,9 @@ RUN apt-get install -qq -y python3 python3-pip tcpdump libpcap-dev iproute2 proc
9
RUN apt-get clean
10
RUN pip3 install --no-cache-dir -U pip
11
RUN pip3 install --no-cache-dir rpyc==3.4.4 scapy cryptography vpython
12
+RUN echo 'iptables -A OUTPUT -p tcp --tcp-flags RST RST -j DROP' >> /bootstrap.sh
13
+RUN echo 'iptables -L' >> /bootstrap.sh
14
RUN echo 'sleep infinity' >> /bootstrap.sh
15
RUN chmod +x /bootstrap.sh
16
-
17
CMD /bootstrap.sh
0 commit comments