diff options
author | MichaĆ WikliĆski <mail@sirmike.org> | 2017-08-19 13:20:40 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-20 23:17:12 +0300 |
commit | e02e88b9fa425201fc2f68b0df2113b0b422f794 (patch) | |
tree | 51cd7624bffe295ebe01908ef7116e29494dfc2a | |
parent | 9154a6473b28f4cb60d23a7bc15ab8b1d223c1bb (diff) | |
download | meson-e02e88b9fa425201fc2f68b0df2113b0b422f794.zip meson-e02e88b9fa425201fc2f68b0df2113b0b422f794.tar.gz meson-e02e88b9fa425201fc2f68b0df2113b0b422f794.tar.bz2 |
Add missing dependency of Boost Log to a Docker image
-rw-r--r-- | ciimage/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ciimage/Dockerfile b/ciimage/Dockerfile index 0ed1e01..5503227 100644 --- a/ciimage/Dockerfile +++ b/ciimage/Dockerfile @@ -9,6 +9,7 @@ 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 libboost-log-dev \ && apt-get -y install libvulkan-dev libpcap-dev \ && apt-get -y install gcovr lcov \ && python3 -m pip install hotdoc codecov |