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 5207d1d fedora:43 update (#395)
5207d1d is described below
commit 5207d1dc51c1543f245fdc90bbe7765407aa3a60
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Oct 23 15:09:47 2025 -0500
fedora:43 update (#395)
pip3 install of pipenv and httpbin work now that fedora:43 is further
along.
---
docker/fedora43/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/fedora43/Dockerfile b/docker/fedora43/Dockerfile
index b949e45..68242d6 100644
--- a/docker/fedora43/Dockerfile
+++ b/docker/fedora43/Dockerfile
@@ -248,7 +248,7 @@ RUN <<EOF
dnf clean all
EOF
-#RUN pip3 install pipenv httpbin
+RUN pip3 install pipenv httpbin
# Add the CI's test user. N.B: 1200 is the uid that our jenkins user is
# configured with, so that has to be used. Otherwise there will be permissions