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 d0f4dac + b0264ad commit 12ecbb1Copy full SHA for 12ecbb1
Dockerfile
@@ -21,7 +21,7 @@ RUN apk add --update graphviz ttf-freefont py3-pip gcc python3-dev libc-dev node
21
22
#wheel needed by ruamel.yaml for some reason
23
RUN pip3 install wheel
24
-RUN pip3 install cwltool html5lib ruamel.yaml==0.12.4
+RUN pip3 install cwltool html5lib ruamel.yaml==0.14.12
25
26
RUN cwltool --version
27
0 commit comments