Skip to content
Snippets Groups Projects
Commit 75d6a0e4 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Remove branch specification in docker file that was used for testing

parent 69d090c7
No related branches found
No related tags found
1 merge request!23Remove branch specification in docker file that was used for testing
...@@ -127,7 +127,7 @@ apt-get install --yes casacore-data \ ...@@ -127,7 +127,7 @@ apt-get install --yes casacore-data \
COPY --from=builder /usr/local /usr/local COPY --from=builder /usr/local /usr/local
RUN git clone https://git.astron.nl/ldv/ldv-images.git /opt/ldv-images RUN git clone https://git.astron.nl/ldv/ldv-images.git /opt/ldv-images
RUN git clone -b export_median_dataloss https://git.astron.nl/ldv/lofar_quality.git /opt/lofar_quality && \ RUN git clone https://git.astron.nl/ldv/lofar_quality.git /opt/lofar_quality && \
python3 -m pip install /opt/lofar_quality python3 -m pip install /opt/lofar_quality
RUN ln -sf /opt/ldv-images/lofar_legacy/scripts/fixbeaminfo /usr/local/bin/fixbeaminfo RUN ln -sf /opt/ldv-images/lofar_legacy/scripts/fixbeaminfo /usr/local/bin/fixbeaminfo
RUN ln -sf /opt/ldv-images/lofar_legacy/scripts/fixbeaminfo /usr/local/bin/fixinfo RUN ln -sf /opt/ldv-images/lofar_legacy/scripts/fixbeaminfo /usr/local/bin/fixinfo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment