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