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 c2ff713 commit e65e9f6Copy full SHA for e65e9f6
MANIFEST.in
@@ -1 +1 @@
1
-include gittaggers.py ez_setup.py Makefile cwltool.py
+include gittaggers.py Makefile cwltool.py
cwltool_module.Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update -qq && apt-get install -qqy \
8
python-setuptools gcc python-dev
9
10
# Install cwltool
11
-ADD setup.py README.rst ez_setup.py cwltool/ /root/cwltool/
+ADD setup.py README.rst cwltool/ /root/cwltool/
12
ADD cwltool/ /root/cwltool/cwltool
13
ADD cwltool/schemas/ /root/cwltool/cwltool/schemas
14
-RUN cd /root/cwltool && ./ez_setup.py && easy_install .
+RUN cd /root/cwltool && python setup.py install
0 commit comments