From df9c2b41799622cba435aa0abce10dbfe0ecefab Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Mon, 2 Dec 2019 15:02:54 +0100
Subject: [PATCH] SW-835: added missing dependency

---
 Docker/lofar-subbandtbbwriter/Dockerfile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Docker/lofar-subbandtbbwriter/Dockerfile.tmpl b/Docker/lofar-subbandtbbwriter/Dockerfile.tmpl
index 31cf120cf73..7afe21913ba 100644
--- a/Docker/lofar-subbandtbbwriter/Dockerfile.tmpl
+++ b/Docker/lofar-subbandtbbwriter/Dockerfile.tmpl
@@ -44,7 +44,7 @@ ENV LOFAR_BRANCH=${LOFAR_BRANCH} \
     LOFAR_BUILDVARIANT=gnucxx11_opt
 
 # Install
-RUN apt-get update && apt-get install -y git cmake g++ gfortran bison flex autogen liblog4cplus-dev libhdf5-dev libboost-dev boost-python${BOOST_VERSION}-dev libxml2-dev pkg-config libpng-dev libfftw3-dev libunittest++-dev libxml++2.6-dev libboost-filesystem${BOOST_VERSION}-dev libboost-date-time${BOOST_VERSION}-dev libboost-thread${BOOST_VERSION}-dev libboost-regex${BOOST_VERSION}-dev binutils-dev libopenblas-dev libcfitsio-dev wcslib-dev libreadline-dev
+RUN apt-get update && apt-get install -y git cmake g++ gfortran bison flex autogen liblog4cplus-dev libhdf5-dev libboost-dev boost-python${BOOST_VERSION}-dev libxml2-dev pkg-config libpng-dev libfftw3-dev libunittest++-dev libxml++2.6-dev libboost-filesystem${BOOST_VERSION}-dev libboost-date-time${BOOST_VERSION}-dev libboost-thread${BOOST_VERSION}-dev libboost-regex${BOOST_VERSION}-dev binutils-dev libopenblas-dev libcfitsio-dev wcslib-dev libreadline-dev libcap2-bin
 
 RUN echo "LOFAR_VERSION = $LOFAR_VERSION"
 
-- 
GitLab