diff --git a/ddf2/Dockerfile b/ddf2/Dockerfile
index 8d2666d10a8756791f6dd7662a2ba4654cba0a08..bfe00e130044d4564a865bc48fb4efc0c04fa6a9 100644
--- a/ddf2/Dockerfile
+++ b/ddf2/Dockerfile
@@ -168,6 +168,12 @@ RUN sed -e "s|INSTALLDIR|/opt|" /opt/ddf-pipeline/misc/DDF.sh > /opt/DDFacet/ini
 RUN cd /opt && git clone https://www.ict.inaf.it/gitlab/lofarit/container-data.git
 
 
+#####################################################################
+# DDFacet fix scipy version for imaging
+#####################################################################
+RUN python3 -m pip install  --upgrade scipy===1.3.3
+
+
 #####################################################################
 # Switch back to lofar user and set env
 #####################################################################