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 430cf0a commit 7a722ddCopy full SHA for 7a722dd
1 file changed
docker/Dockerfile_centos_deps_py2
@@ -47,8 +47,8 @@ RUN yum install -y \
47
libxkbcommon-x11
48
49
# Install Python2
50
-RUN yum install -y python-devel && \
51
- curl https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py && \
+RUN yum install -y python27-python-devel python-devel && \
+ curl https://bootstrap.pypa.io/2.7/get-pip.py -o /tmp/get-pip.py && \
52
python /tmp/get-pip.py && \
53
pip install --upgrade pip
54
0 commit comments