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

Add missing \

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