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 97b41a2 + 5f221e9 commit bc441d5Copy full SHA for bc441d5
Dockerfile
@@ -16,12 +16,12 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
16
org.label-schema.schema-version="1.0"
17
18
19
-RUN apk add --update graphviz ttf-freefont py2-pip gcc python2-dev libc-dev && rm -rf /var/cache/apk/*
+RUN apk add --update graphviz ttf-freefont py3-pip gcc python3-dev libc-dev nodejs && rm -rf /var/cache/apk/*
20
21
22
#wheel needed by ruamel.yaml for some reason
23
-RUN pip install wheel
24
-RUN pip install cwltool html5lib ruamel.yaml==0.12.4
+RUN pip3 install wheel
+RUN pip3 install cwltool html5lib ruamel.yaml==0.12.4
25
26
RUN cwltool --version
27
0 commit comments