From a56a899eab52d7647736031ecd15c44e945a5525 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Tue, 29 Oct 2019 10:16:21 +0100 Subject: [PATCH] Modified Dockerfile --- Docker/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 24624138..cf33dffa 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -79,7 +79,9 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ python3 \ python3-casacore \ python3-numpy \ - python3-scipy + python3-scipy && \ + rm -rf /var/lib/apt/lists/* + RUN mkdir /home/lofaruser/ && \ groupadd -r lofaruser && \ -- GitLab