Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Dec 12, 2019
1 parent 5fff7a0 commit f82fa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/pcapreplay/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
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
Expand Down

0 comments on commit f82fa53

Please sign in to comment.