Skip to content
Snippets Groups Projects
Commit f2c573c0 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Merge branch '2021-04-06T13.22.08-Branched_from_master-Fix_itango_Dockerfile' into 'master'

Add missing \

See merge request !13
parents b410ed3d 5382c912
No related branches found
No related tags found
1 merge request!13Add missing \
......@@ -11,5 +11,5 @@ RUN sudo apt-get -y update && \
sudo aptitude autoclean
COPY lofar-requirements.txt /lofar-requirements.txt
RUN sudo pip3 install -r /lofar-requirements.txt &&
RUN sudo pip3 install -r /lofar-requirements.txt && \
sudo pip3 cache purge
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