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 a74be42 commit 08cc3a5Copy full SHA for 08cc3a5
1 file changed
Dockerfile.qa
@@ -37,7 +37,7 @@ RUN if [ $PYTHON_VERSION = '3.7' ] ; then \
37
apt install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ;\
38
elif [ $PYTHON_VERSION = '3.9' ] ; then \
39
apt install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ; \
40
- curl -sS https://bootstrap.pypa.io/get-pip.py | python$PYTHON_VERSION ; \
+ curl -sS https://bootstrap.pypa.io/pip/$PYTHON_VERSION/get-pip.py | python$PYTHON_VERSION ; \
41
elif [ $PYTHON_VERSION = '3.10' ] ; then \
42
43
curl -sS https://bootstrap.pypa.io/get-pip.py | python$PYTHON_VERSION ; \
0 commit comments