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

Task #8437: Imaging pipeline requires rsync

parent 002bbd2d
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ FROM lofar-base:${LOFAR_TAG} ...@@ -6,7 +6,7 @@ FROM lofar-base:${LOFAR_TAG}
ENV AOFLAGGER_VERSION=2.7.1 ENV AOFLAGGER_VERSION=2.7.1
# Run-time dependencies # Run-time dependencies
RUN sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install -y python-xmlrunner python-scipy liblog4cplus-1.0-4 libxml2 libboost-thread${BOOST_VERSION}.0 libboost-filesystem${BOOST_VERSION}.0 libboost-date-time${BOOST_VERSION}.0 libboost-signals${BOOST_VERSION}.0 libpng12-0 libsigc++-2.0-dev libxml++2.6-2 libgsl0ldbl openssh-client libboost-regex${BOOST_VERSION}.0 gettext-base && \ RUN sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install -y python-xmlrunner python-scipy liblog4cplus-1.0-4 libxml2 libboost-thread${BOOST_VERSION}.0 libboost-filesystem${BOOST_VERSION}.0 libboost-date-time${BOOST_VERSION}.0 libboost-signals${BOOST_VERSION}.0 libpng12-0 libsigc++-2.0-dev libxml++2.6-2 libgsl0ldbl openssh-client libboost-regex${BOOST_VERSION}.0 gettext-base rsync && \
sudo apt-get -y install python-pip python-dev && \ sudo apt-get -y install python-pip python-dev && \
sudo pip install pyfits pywcs python-monetdb && \ sudo pip install pyfits pywcs python-monetdb && \
sudo apt-get -y purge python-pip python-dev && \ sudo apt-get -y purge python-pip python-dev && \
......
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