Skip to content
Snippets Groups Projects
Commit 936f26a3 authored by Jan David Mol's avatar Jan David Mol
Browse files

Add dependencies to build LOFAR, which are somehow needed suddenly.

parent 0a409958
No related branches found
No related tags found
No related merge requests found
......@@ -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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment