summaryrefslogtreecommitdiff
path: root/ciimage
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-07-25 21:05:15 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2017-07-25 21:05:15 +0300
commit4458363a189d7d4c49e910b27af30056ffc64269 (patch)
tree68c745f232e5ce86a2a33146c0975c6865c78478 /ciimage
parentd5fc10fbd8767ebd36667a7b6fc3f1a44428706e (diff)
downloadmeson-4458363a189d7d4c49e910b27af30056ffc64269.tar.gz
Updated the CI image to have OpenMPI and Vulkan.
Diffstat (limited to 'ciimage')
-rw-r--r--ciimage/Dockerfile2
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