From 0d027bf62a86c778caae67a68a7889dc1e16ff6f Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Fri, 23 Aug 2019 14:54:59 +0200
Subject: [PATCH] SSB-47: escaping newlines

---
 CAL/Docker/HolographyBase/Dockerfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CAL/Docker/HolographyBase/Dockerfile b/CAL/Docker/HolographyBase/Dockerfile
index e33e0d63eaa..58828f61812 100644
--- a/CAL/Docker/HolographyBase/Dockerfile
+++ b/CAL/Docker/HolographyBase/Dockerfile
@@ -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
-- 
GitLab