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 b1955d8 Need itertools for Python
b1955d8 is described below
commit b1955d81e9293552dee51e0632a6c2f37388f9ff
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 1 21:53:31 2025 +0100
Need itertools for Python
---
Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index ef60e63..0b90df2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,8 @@ RUN apt-get --assume-yes install \
lua5.2-sec \
python3-pip
-RUN pip3 install ezt --break-system-packages
+# These are present on the live system
+RUN pip3 install ezt more_itertools --break-system-packages
RUN apt-get install --assume-yes apache2