From bc5982142ff8961b276b5ab4b3a800932a4c03e8 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 4 Aug 2017 21:50:29 +0300 Subject: Added pcap dep to CI image. --- ciimage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile index 23edb79..3789e8d 100644 --- a/ciimage/Dockerfile +++ b/ciimage/Dockerfile @@ -9,5 +9,5 @@ RUN apt-get -y update && apt-get -y upgrade \ && apt-get -y install llvm libsdl2-dev \ && apt-get -y install python3-pip libxml2-dev libxslt1-dev cmake libyaml-dev \ && apt-get -y install openmpi-bin libopenmpi-dev \ -&& apt-get -y install libvulkan-dev \ +&& apt-get -y install libvulkan-dev libpcap-dev \ && python3 -m pip install hotdoc codecov -- cgit v1.1