FROM lofarit/base3.10 USER root RUN apt-get install llvm-7 -y ENV LLVM_CONFIG=llvm-config-7 ENV PYTHONPATH /opt/lofarsoft/lib/python2.7/site-packages #------------------------ # Get and install ddf2 #------------------------ # DDF pipeline RUN cd /opt && git clone https://github.com/mhardcastle/ddf-pipeline.git RUN cd /opt/ddf-pipeline && git checkout DR1 RUN cd /opt ./ddf-pipeline/scripts/install.sh RUN cd /opt && git clone https://www.ict.inaf.it/gitlab/lofarit/container-data.git ENV CONTAINER_NAME='ddf2_public_base3.10' ENV DDF_PIPELINE_CATALOGS='/opt/container-data/bootstrap-cats/'