diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-25 21:05:15 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-07-25 21:05:15 +0300 |
commit | 4458363a189d7d4c49e910b27af30056ffc64269 (patch) | |
tree | 68c745f232e5ce86a2a33146c0975c6865c78478 | |
parent | d5fc10fbd8767ebd36667a7b6fc3f1a44428706e (diff) | |
download | meson-4458363a189d7d4c49e910b27af30056ffc64269.zip meson-4458363a189d7d4c49e910b27af30056ffc64269.tar.gz meson-4458363a189d7d4c49e910b27af30056ffc64269.tar.bz2 |
Updated the CI image to have OpenMPI and Vulkan.
-rw-r--r-- | ciimage/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile index 35997f8..23edb79 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 |