From f455030690371c793d1aaaec85824220e9cf33c0 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Fri, 23 Aug 2019 14:52:48 +0200
Subject: [PATCH] SSB-47: improving usability of the base image

---
 CAL/Docker/HolographyBase/Dockerfile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CAL/Docker/HolographyBase/Dockerfile b/CAL/Docker/HolographyBase/Dockerfile
index 1251e8cd569..e33e0d63eaa 100644
--- a/CAL/Docker/HolographyBase/Dockerfile
+++ b/CAL/Docker/HolographyBase/Dockerfile
@@ -99,3 +99,10 @@ COPY --from=base-build /opt/casacore/ /opt/casacore/
 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
+    vim
-- 
GitLab