We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c11c7 commit 3091c84Copy full SHA for 3091c84
cwltool_module.Dockerfile
@@ -11,4 +11,5 @@ RUN apt-get update -qq && apt-get install -qqy \
11
ADD setup.py README.rst cwltool/ /root/cwltool/
12
ADD cwltool/ /root/cwltool/cwltool
13
ADD cwltool/schemas/ /root/cwltool/cwltool/schemas
14
+ADD tests/ /root/cwltool/tests
15
RUN cd /root/cwltool && python setup.py install
0 commit comments