Skip to content

Commit e30dd99

Browse files
author
Peter Amstutz
committed
Fix building docker images after introduction of ruyaml.
1 parent 01e6bda commit e30dd99

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

build-cwl-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
2-
2+
set -e
33
docker build --file=cwltool_module.Dockerfile --tag=commonworkflowlanguage/cwltool_module .
44
docker build --file=cwltool.Dockerfile --tag=commonworkflowlanguage/cwltool .

build-node-docker.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

cwltool_module.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER [email protected]
55

66
# Let's start with some basic stuff.
77
RUN apt-get update -qq && apt-get install -qqy \
8-
python-setuptools
8+
python-setuptools gcc python-dev
99

1010
# Install cwltool
1111
ADD setup.py README.rst cwltool/ /root/cwltool/

0 commit comments

Comments
 (0)