From c0872073dbb8722f68ecf275fb98b79c033e5df9 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 23 Jan 2017 10:37:11 +0000 Subject: [PATCH] Task #10302: Added required boost libraries to qpid list --- Docker/lofar-pulp/Dockerfile.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/lofar-pulp/Dockerfile.tmpl b/Docker/lofar-pulp/Dockerfile.tmpl index f1bb8e16b92..35470a0779e 100644 --- a/Docker/lofar-pulp/Dockerfile.tmpl +++ b/Docker/lofar-pulp/Dockerfile.tmpl @@ -14,11 +14,11 @@ RUN apt-get update && apt-get install -y python-xmlrunner liblog4cplus-1.1-9 lib # ******************* # -ENV BOOST_VERSION=1.54 +ENV BOOST_VERSION=1.58.0 # Run-time dependencies # QPID daemon legacy store would require: libaio1 libdb5.1++ -RUN apt-get update && apt-get install -y sasl2-bin libuuid1 libnss3 libnspr4 xqilla +RUN apt-get update && apt-get install -y sasl2-bin libuuid1 libnss3 libnspr4 xqilla libboost-program-options${BOOST_VERSION} libboost-system${BOOST_VERSION} # Install # QPID daemon legacy store would require: libaio-dev libdb5.1++-dev -- GitLab