diff --git a/images/packetdrill/Dockerfile b/images/packetdrill/Dockerfile index b4cd73006c..4c9c1453bc 100644 --- a/images/packetdrill/Dockerfile +++ b/images/packetdrill/Dockerfile @@ -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