Skip to content

Commit 2c27aa1

Browse files
committed
update pip & setuptools
1 parent c4569e8 commit 2c27aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apk add --update \
3030
&& rm -rf /var/cache/apk/*
3131

3232
#wheel needed by ruamel.yaml for some reason
33-
RUN pip3 install wheel
33+
RUN pip3 install -U wheel setuptools pip
3434
RUN pip3 install cwltool html5lib
3535

3636
RUN cwltool --version

0 commit comments

Comments
 (0)