Skip to content
Snippets Groups Projects
Commit df9c2b41 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-835: added missing dependency

parent 345d1ecf
No related branches found
No related tags found
1 merge request!88Resolve SW-835
...@@ -44,7 +44,7 @@ ENV LOFAR_BRANCH=${LOFAR_BRANCH} \ ...@@ -44,7 +44,7 @@ ENV LOFAR_BRANCH=${LOFAR_BRANCH} \
LOFAR_BUILDVARIANT=gnucxx11_opt LOFAR_BUILDVARIANT=gnucxx11_opt
# Install # 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" RUN echo "LOFAR_VERSION = $LOFAR_VERSION"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment