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

kichan pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c36750  Update Dockerfile (#260)
9c36750 is described below

commit 9c367504a05752b5b40b97056107a24bc9c3af6b
Author: Kit Chan <[email protected]>
AuthorDate: Mon Nov 11 06:53:54 2024 -1000

    Update Dockerfile (#260)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 23aefca..27508e7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,7 @@ RUN apk add --no-cache --virtual .tools \
 # ATS dependencies
 RUN apk add --no-cache --virtual .ats-build-deps \
   build-base openssl-dev tcl-dev pcre-dev zlib-dev \
-  linux-headers libunwind-dev \
+  linux-headers libunwind-dev curl-dev \
   brotli-dev jansson-dev readline-dev geoip-dev libxml2-dev
 
 RUN apk add --no-cache --virtual .ats-extra-build-deps --repository 
https://dl-cdn.alpinelinux.org/alpine/edge/community hwloc-dev

Reply via email to