From f82fa5365fe8dd74a724a6bd1a2f0346f4d19c2f Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Thu, 12 Dec 2019 14:54:24 -0500 Subject: [PATCH] Update Dockerfile --- utility/pcapreplay/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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