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/
COPY --from=base-build /opt/dysco/ /opt/dysco/
## Installing convenience packages
RUN apt install -y
ipython3
less
most
mc
RUN apt install -y \
ipython3 \
less \
most \
mc \
vim
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