gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/images/packetdrill/Dockerfile (about)

     1  FROM ubuntu:bionic
     2  RUN apt-get update && apt-get install -y net-tools git iptables iputils-ping \
     3          netcat tcpdump jq tar bison flex make
     4  # Pick up updated git.
     5  RUN hash -r
     6  RUN git clone --depth 1 --branch packetdrill-v2.0 \
     7          https://github.com/google/packetdrill.git
     8  RUN cd packetdrill/gtests/net/packetdrill && ./configure && make