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 da93c1e commit 2ac76f7Copy full SHA for 2ac76f7
Dockerfile.qa
@@ -22,6 +22,7 @@ RUN if [ $PYTHON_VERSION != '3.10' ] ; then \
22
apt-get install -y python3-distutils python3-distutils-extra python3-apt --reinstall ; \
23
else \
24
apt-get install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ; \
25
+ curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 ; \
26
fi
27
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python$PYTHON_VERSION 1
28
0 commit comments