diff --git a/Docker/lofar-pulp/Dockerfile.tmpl b/Docker/lofar-pulp/Dockerfile.tmpl
index f1bb8e16b92cb42ba0e1db922cca95416a1cc4fe..35470a0779eeab523ffe241080c7aa422fda34f2 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