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

cmcfarlen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new d05e8c6855 Add missing packages to Dockerfile (#11842)
d05e8c6855 is described below

commit d05e8c68550a9ddfa332002a6cdcc5c2e8716a8c
Author: Chris McFarlen <[email protected]>
AuthorDate: Wed Nov 6 15:23:22 2024 -0600

    Add missing packages to Dockerfile (#11842)
    
    Co-authored-by: Chris McFarlen <[email protected]>
---
 contrib/docker/ubuntu/noble/Dockerfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/docker/ubuntu/noble/Dockerfile 
b/contrib/docker/ubuntu/noble/Dockerfile
index 7c70940346..3325e86da4 100644
--- a/contrib/docker/ubuntu/noble/Dockerfile
+++ b/contrib/docker/ubuntu/noble/Dockerfile
@@ -223,6 +223,9 @@ RUN apt update \
     libbrotli1 \
     luajit \
     libcap2 \
+    libevent-2.1-7t64 \
+    libev4t64 \
+    libcares2 \
     libmagick++-6.q16-9t64 \
     libmagickcore-6.q16-7t64 \
     libmagickwand-6.q16-7t64 \

Reply via email to