Skip to content

Commit

Permalink
[docker] update python2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Feb 25, 2021
1 parent ba098f4 commit d179c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile_centos_deps_py2
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN yum install -y \
libxkbcommon-x11

# Install Python2
RUN yum install -y python-devel && \
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 && \
python /tmp/get-pip.py && \
pip install --upgrade pip

Expand Down

0 comments on commit d179c0b

Please sign in to comment.