summaryrefslogtreecommitdiffhomepage
path: root/test/packetimpact/tests/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/packetimpact/tests/Dockerfile')
-rw-r--r--test/packetimpact/tests/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/packetimpact/tests/Dockerfile b/test/packetimpact/tests/Dockerfile
new file mode 100644
index 000000000..507030cc7
--- /dev/null
+++ b/test/packetimpact/tests/Dockerfile
@@ -0,0 +1,5 @@
+FROM ubuntu:bionic
+
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y iptables netcat tcpdump iproute2 tshark
+RUN hash -r
+CMD /bin/bash