Skip to content

Commit

Permalink
Merge pull request #293 from chapmanb/docker-no-ez_setup
Browse files Browse the repository at this point in the history
Remove ez_setup from conformance test Docker
  • Loading branch information
mr-c authored Feb 17, 2017
2 parents c949878 + 9535e97 commit 57c11c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include gittaggers.py ez_setup.py Makefile cwltool.py
include gittaggers.py Makefile cwltool.py
include tests/*
include tests/wf/*
include cwltool/schemas/v1.0/*.yml
Expand Down
4 changes: 2 additions & 2 deletions cwltool_module.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update -qq && apt-get install -qqy \
python-setuptools gcc python-dev

# Install cwltool
ADD setup.py README.rst ez_setup.py cwltool/ /root/cwltool/
ADD setup.py README.rst cwltool/ /root/cwltool/
ADD cwltool/ /root/cwltool/cwltool
ADD cwltool/schemas/ /root/cwltool/cwltool/schemas
RUN cd /root/cwltool && ./ez_setup.py && easy_install .
RUN cd /root/cwltool && python setup.py install

0 comments on commit 57c11c7

Please sign in to comment.