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 d0f4dac commit b0264adCopy full SHA for b0264ad
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