This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new f9bb379  pip3 install --upgrade pip not working in fedora:38 (#140)
f9bb379 is described below

commit f9bb379e03793decc9dd34d67826f00518aa94f1
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Apr 6 15:47:59 2023 -0500

    pip3 install --upgrade pip not working in fedora:38 (#140)
    
    Presumably the stock pip is fine, but trying to upgrade breaks (at least
    currently).
---
 docker/fedora38/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docker/fedora38/Dockerfile b/docker/fedora38/Dockerfile
index c7a22c8..bad8706 100644
--- a/docker/fedora38/Dockerfile
+++ b/docker/fedora38/Dockerfile
@@ -18,7 +18,9 @@ RUN yum -y install epel-release dnf-plugins-core; yum 
config-manager --set-enabl
     yum -y install python3 httpd-tools procps-ng nmap-ncat python3-pip \
     python3-gunicorn python3-requests python3-devel python3-psutil telnet 
golang;
 
-RUN pip3 install --upgrade pip
+# This currently fails with latest fedora:38. Presumably the stock pip is
+# recent enough, so this shouldn't be a big dea.
+# RUN pip3 install --upgrade pip
 RUN pip3 install pipenv httpbin
 
 # Install openssl-quic

Reply via email to