aboutsummaryrefslogtreecommitdiff
path: root/ciimage
diff options
context:
space:
mode:
authorMichaƂ WikliƄski <mail@sirmike.org>2017-08-19 13:20:40 +0200
committerNirbheek Chauhan <nirbheek@centricular.com>2017-09-04 16:35:19 +0530
commit48fb8595d3182157fd7fc90a9c5ddc66b690be73 (patch)
tree41577a1de50bd52104011e08063f27d18fd7a345 /ciimage
parentaf057ab5c687eb4d98fcc6f50f8a223f767db3a4 (diff)
downloadmeson-48fb8595d3182157fd7fc90a9c5ddc66b690be73.zip
meson-48fb8595d3182157fd7fc90a9c5ddc66b690be73.tar.gz
meson-48fb8595d3182157fd7fc90a9c5ddc66b690be73.tar.bz2
Add missing dependency of Boost Log to a Docker image
Diffstat (limited to 'ciimage')
-rw-r--r--ciimage/Dockerfile1
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