Update packetdrill-test.

The packetdrill-test will have a new base image, and uses the main branch.
The packetdrill-v2.0 branch has been over 6 years old, and it is not
compatible with the new ubuntu releases.

PiperOrigin-RevId: 668173595
This commit is contained in:
Jing Chen
2024-08-27 15:57:16 -07:00
committed by gVisor bot
parent c8cb440a5f
commit ac417d1200
+2 -3
View File
@@ -1,8 +1,7 @@
FROM ubuntu:bionic
FROM ubuntu:jammy
RUN apt-get update && apt-get install -y net-tools git iptables iputils-ping \
netcat tcpdump jq tar bison flex make
# Pick up updated git.
RUN hash -r
RUN git clone --depth 1 --branch packetdrill-v2.0 \
https://github.com/google/packetdrill.git
RUN git clone --depth 1 https://github.com/google/packetdrill.git
RUN cd packetdrill/gtests/net/packetdrill && ./configure && make