From a366d534f3f186dfc586ba151a8b48ca6edf791b Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Mon, 28 Oct 2019 17:33:51 +0100
Subject: [PATCH] Missing python3 dependency

---
 Docker/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index 523e1bfa..24624138 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -78,7 +78,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
         libxml2 \
         python3 \
         python3-casacore \
-        python3-numpy
+        python3-numpy \
+        python3-scipy
 
 RUN mkdir /home/lofaruser/ && \ 
     groupadd -r lofaruser && \
-- 
GitLab