diff options
-rw-r--r-- | ciimage/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile index 35997f815..23edb79e9 100644 --- a/ciimage/Dockerfile +++ b/ciimage/Dockerfile @@ -8,4 +8,6 @@ RUN apt-get -y update && apt-get -y upgrade \ && apt-get -y install valgrind doxygen \ && 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 \ && python3 -m pip install hotdoc codecov |