Skip to content
Snippets Groups Projects

Add missing \

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading