diff --git a/utility/pcapreplay/Dockerfile b/utility/pcapreplay/Dockerfile index 62a5397..322eb6a 100644 --- a/utility/pcapreplay/Dockerfile +++ b/utility/pcapreplay/Dockerfile @@ -6,7 +6,7 @@ #work. If not, see . FROM ubuntu:latest -RUN apt-get update ;apt-get install -y build-essential autoconf wget git libboost-dev libpcap-dev libtool autogen +RUN apt-get update ;apt-get install -y build-essential autoconf wget git libboost-all-dev libpcap-dev libtool autogen RUN cd ~ ; git clone https://github.com/ska-sa/udpreplay.git