diff --git a/CAL/Docker/HolographyBase/Dockerfile b/CAL/Docker/HolographyBase/Dockerfile
index e33e0d63eaaafae569ec7c6042158e31e7987233..58828f618122e8720aa60b5a4dadc3e1893cef77 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