From 5ae80c2e28034b1b2d4a51d23f0cfd3544b9a92e Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Fri, 25 Oct 2019 12:24:03 +0200
Subject: [PATCH] Add WSClean to docker image

Former-commit-id: d725238a27921785a93449d374c2320e0d097df7
---
 Docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Docker/Dockerfile b/Docker/Dockerfile
index ece7a662..4d8719bc 100644
--- a/Docker/Dockerfile
+++ b/Docker/Dockerfile
@@ -6,7 +6,7 @@ RUN mkdir /home/lofaruser/ && \
     useradd --no-log-init -r -g lofaruser lofaruser && \
     chown lofaruser:lofaruser /home/lofaruser
 
-RUN apt-get update && apt-get install -y nodejs python3-pip git
+RUN apt-get update && apt-get install -y nodejs python3-pip git wsclean
 RUN python3 -m pip install cwltool cwl-runner git+https://github.com/darafferty/LSMTool
 
 ADD L570745_uv_first10.MS.tar.xz /data
-- 
GitLab