Skip to content

Commit 2ac76f7

Browse files
committed
Add new version of pip for python3.10
1 parent da93c1e commit 2ac76f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.qa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN if [ $PYTHON_VERSION != '3.10' ] ; then \
2222
apt-get install -y python3-distutils python3-distutils-extra python3-apt --reinstall ; \
2323
else \
2424
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 ; \
2526
fi
2627
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python$PYTHON_VERSION 1
2728

0 commit comments

Comments
 (0)