Skip to content

Commit 1758d14

Browse files
committed
Add setuptools different from python3
1 parent 6f1c2b7 commit 1758d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.qa

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ RUN if [ $PYTHON_VERSION = '3.7' ] ; then \
3333

3434
# install setuptools
3535
RUN if [ $PYTHON_VERSION = '2.7' ] ; then \
36-
apt-get install python-setuptools
36+
apt-get install python-setuptools -reinstall ;\
3737
else \
38-
apt-get install python3-setuptools
38+
apt-get install python3-setuptools ;\
3939
fi
4040

4141
# Register the version in alternatives

0 commit comments

Comments
 (0)