[PATCH] docker: update rhel7 image to use pip3

5 views
Skip to first unread message

Mathias De Mare

unread,
Jul 11, 2022, 5:45:25 AM7/11/22
to thg...@googlegroups.com
# HG changeset patch
# User Mathias De Mare <mathias...@nokia.com>
# Date 1657532675 -7200
# Mon Jul 11 11:44:35 2022 +0200
# Node ID bcc8f6bb50626c357d6373891bb2aa0fcd141e06
# Parent 81a6f0507e07620bf17ebdc150907dab213d098e
docker: update rhel7 image to use pip3

diff --git a/contrib/docker/rhel7 b/contrib/docker/rhel7
--- a/contrib/docker/rhel7
+++ b/contrib/docker/rhel7
@@ -31,7 +31,7 @@ RUN yum install -y \
RUN yum install -y cargo

# Install Mercurial (so it can be called in our scripts)
-RUN pip install mercurial --global-option="--rust"
+RUN pip3 install mercurial --global-option="--rust"

# Install recent cmake to allow libgit2 installation
RUN yum install -y wget && wget https://github.com/Kitware/CMake/releases/download/v3.20.5/cmake-3.20.5-linux-x86_64.sh && \

Yuya Nishihara

unread,
Jul 11, 2022, 7:32:52 AM7/11/22
to Mathias De Mare, thg...@googlegroups.com
On Mon, 11 Jul 2022 11:45:18 +0200, Mathias De Mare wrote:
> # HG changeset patch
> # User Mathias De Mare <mathias...@nokia.com>
> # Date 1657532675 -7200
> # Mon Jul 11 11:44:35 2022 +0200
> # Node ID bcc8f6bb50626c357d6373891bb2aa0fcd141e06
> # Parent 81a6f0507e07620bf17ebdc150907dab213d098e
> docker: update rhel7 image to use pip3

Queued for stable, thanks.
Reply all
Reply to author
Forward
0 new messages