Skip to content

Commit da93c1e

Browse files
committed
remove python3-distutils-extra for 3.10 package
1 parent d3a642b commit da93c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.qa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get install -y python$PYTHON_VERSION-dev python3-pip
2121
RUN if [ $PYTHON_VERSION != '3.10' ] ; then \
2222
apt-get install -y python3-distutils python3-distutils-extra python3-apt --reinstall ; \
2323
else \
24-
apt-get install -y python$PYTHON_VERSION-distutils python$PYTHON_VERSION-distutils-extra python3-apt --reinstall ; \
24+
apt-get install -y python$PYTHON_VERSION-distutils python3-distutils-extra python3-apt --reinstall ; \
2525
fi
2626
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python$PYTHON_VERSION 1
2727

0 commit comments

Comments
 (0)