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 d3a642b commit da93c1eCopy full SHA for da93c1e
Dockerfile.qa
@@ -21,7 +21,7 @@ RUN apt-get install -y python$PYTHON_VERSION-dev python3-pip
21
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 python$PYTHON_VERSION-distutils-extra python3-apt --reinstall ; \
+ apt-get install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ; \
25
fi
26
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python$PYTHON_VERSION 1
27
0 commit comments