From 936f26a3d63c7d0079bf1127c5a07b4350167a4e Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 16 Apr 2021 07:26:26 +0000
Subject: [PATCH] Add dependencies to build LOFAR, which are somehow needed
 suddenly.

---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 3eb2aff..b5f57c1 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -160,7 +160,7 @@ ENV LOFAR_BRANCH_URL=https://svn.astron.nl/LOFAR/trunk \
     LOFAR_REVISION=HEAD
 
 # Install
-RUN apt-get update && apt-get install -y subversion cmake g++ libboost-dev && \
+RUN apt-get update && apt-get install -y subversion cmake g++ libboost-dev libreadline-dev libncurses5-dev && \
     mkdir -p ${INSTALLDIR}/lofar/build/gnucxx11_opt && \
     cd ${INSTALLDIR}/lofar && \
     svn --non-interactive -q co -r ${LOFAR_REVISION} -N ${LOFAR_BRANCH_URL} src; \
-- 
GitLab