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

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-people.git


The following commit(s) were added to refs/heads/main by this push:
     new 76ca90e  Use python3 package
76ca90e is described below

commit 76ca90e5aa3e4a86ac8d64b19d1956857ce09eb6
Author: Sebb <s...@apache.org>
AuthorDate: Thu Jul 10 22:48:35 2025 +0100

    Use python3 package
---
 Dockerfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index f7480bd..cc813b0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,8 +6,11 @@ RUN apt-get update \
 RUN apt-get --assume-yes install \
     python3-pip
 
-# These are present on the live system
-RUN pip3 install ezt more_itertools --break-system-packages
+RUN apt-get --assume-yes install \
+    python3-more-itertools
+
+# Not available in python3
+RUN pip3 install ezt --break-system-packages
 
 RUN apt-get install --assume-yes apache2
 

Reply via email to