diff options
-rw-r--r-- | ciimage/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |