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 7d22b59  Update to Ubuntu 24.04 to agree with live host
7d22b59 is described below

commit 7d22b59717aff74da58f85e85e4c3880c47d964a
Author: Sebb <[email protected]>
AuthorDate: Sat Jun 21 22:02:08 2025 +0100

    Update to Ubuntu 24.04 to agree with live host
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index fa21e0e..ef60e63 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:20.04
+FROM ubuntu:24.04
 
 RUN apt-get update \
     && apt-get --assume-yes install software-properties-common curl wget
@@ -11,7 +11,7 @@ RUN apt-get --assume-yes install \
     lua5.2-sec \
     python3-pip
 
-RUN pip3 install ezt
+RUN pip3 install ezt --break-system-packages
 
 RUN apt-get install --assume-yes apache2
 

Reply via email to