Skip to content
Snippets Groups Projects
Commit 0d027bf6 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-47: escaping newlines

parent f4550306
No related branches found
No related tags found
1 merge request!44Merge back holography to master
...@@ -100,9 +100,9 @@ COPY --from=base-build /opt/python-casacore/ /opt/python-casacore/ ...@@ -100,9 +100,9 @@ COPY --from=base-build /opt/python-casacore/ /opt/python-casacore/
COPY --from=base-build /opt/dysco/ /opt/dysco/ COPY --from=base-build /opt/dysco/ /opt/dysco/
## Installing convenience packages ## Installing convenience packages
RUN apt install -y RUN apt install -y \
ipython3 ipython3 \
less less \
most most \
mc mc \
vim vim
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment