From cd7e8b7eb22dbd3f13f1dae28c0adba2ac710e88 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Mon, 27 Jan 2020 16:45:12 +0100 Subject: [PATCH] Add numpy into docker image Former-commit-id: 49e1dde4dc15e2d1384d5dfa1b22837dae0622e8 --- Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index b2d0d68f..3019354d 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -4,7 +4,7 @@ COPY prefactor/scripts/* /opt/lofar/scripts/ COPY prefactor/skymodels/* /data/skymodels/ COPY prefactor/rfistrategies/* /data/rfistrategies/ COPY prefactor/solutions/ /data/solutions/* -RUN apt update && apt install vim +RUN apt update && apt install -y vim python3-numpy RUN ln -sf /opt/lofar/scripts/* /usr/local/bin/ RUN chmod +rx /usr/local/bin/* -- GitLab