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 8eca313 commit e336daeCopy full SHA for e336dae
Dockerfile
@@ -62,6 +62,8 @@ RUN apt update && apt install -y autoconf \
62
# Extra tools
63
openssh-client
64
65
+RUN python3.7 -m pip install pip --upgrade
66
+RUN python3.7 -m pip install wheel --upgrade
67
RUN python3.7 -m pip install setuptools --upgrade
68
69
# Install and configure tzdata
0 commit comments