github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/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