From 3091c84475bf2cc678fc1ce430b971ddeae3529f Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 17 Feb 2017 23:24:37 +0200 Subject: [PATCH] add tests directory to the Docker image --- cwltool_module.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cwltool_module.Dockerfile b/cwltool_module.Dockerfile index c2cb44a04..8f5f1c2ac 100644 --- a/cwltool_module.Dockerfile +++ b/cwltool_module.Dockerfile @@ -11,4 +11,5 @@ RUN apt-get update -qq && apt-get install -qqy \ ADD setup.py README.rst cwltool/ /root/cwltool/ ADD cwltool/ /root/cwltool/cwltool ADD cwltool/schemas/ /root/cwltool/cwltool/schemas +ADD tests/ /root/cwltool/tests RUN cd /root/cwltool && python setup.py install