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 6f1c2b7 commit 1758d14Copy full SHA for 1758d14
Dockerfile.qa
@@ -33,9 +33,9 @@ RUN if [ $PYTHON_VERSION = '3.7' ] ; then \
33
34
# install setuptools
35
RUN if [ $PYTHON_VERSION = '2.7' ] ; then \
36
- apt-get install python-setuptools
+ apt-get install python-setuptools -reinstall ;\
37
else \
38
- apt-get install python3-setuptools
+ apt-get install python3-setuptools ;\
39
fi
40
41
# Register the version in alternatives
0 commit comments