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.
2 parents 57c11c7 + 3091c84 commit b630de9Copy full SHA for b630de9
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