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

abhi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ranger-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new a5aecfc  RANGER-5227: Add curl to the base image (#4)
a5aecfc is described below

commit a5aecfc0e67d156e6a0970f86e48227ca1253138
Author: Abhishek Kumar <[email protected]>
AuthorDate: Fri Jul 11 14:20:04 2025 -0700

    RANGER-5227: Add curl to the base image (#4)
---
 docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6ba1a83..299a658 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -24,6 +24,7 @@ FROM eclipse-temurin:${RANGER_BASE_JAVA_VERSION}-jdk-jammy
 RUN apt update -q \
     && DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends 
\
         bc \
+        curl \
         iputils-ping \
         pdsh \
         python3 \

Reply via email to