Skip to content

Commit 7a722dd

Browse files
committed
[docker] update python2 installation
1 parent 430cf0a commit 7a722dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile_centos_deps_py2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ RUN yum install -y \
4747
libxkbcommon-x11
4848

4949
# Install Python2
50-
RUN yum install -y python-devel && \
51-
curl https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py && \
50+
RUN yum install -y python27-python-devel python-devel && \
51+
curl https://bootstrap.pypa.io/2.7/get-pip.py -o /tmp/get-pip.py && \
5252
python /tmp/get-pip.py && \
5353
pip install --upgrade pip
5454

0 commit comments

Comments
 (0)