summaryrefslogtreecommitdiffhomepage
path: root/test/packetdrill/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/packetdrill/Dockerfile')
-rw-r--r--test/packetdrill/Dockerfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/packetdrill/Dockerfile b/test/packetdrill/Dockerfile
deleted file mode 100644
index bd4451355..000000000
--- a/test/packetdrill/Dockerfile
+++ /dev/null
@@ -1,9 +0,0 @@
-FROM ubuntu:bionic
-
-RUN apt-get update
-RUN apt-get install -y net-tools git iptables iputils-ping netcat tcpdump jq tar
-RUN hash -r
-RUN git clone --branch packetdrill-v2.0 \
- https://github.com/google/packetdrill.git
-RUN cd packetdrill/gtests/net/packetdrill && ./configure && \
- apt-get install -y bison flex make && make