This is an automated email from the ASF dual-hosted git repository. abhi pushed a commit to branch ranger-5227 in repository https://gitbox.apache.org/repos/asf/ranger-tools.git
commit ed88092d0e4b64cc8a5a2f8d1c1393cffa02d18a Author: Abhishek Kumar <[email protected]> AuthorDate: Fri Jul 11 11:51:12 2025 -0700 RANGER-5227: Add curl to the base image --- 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 \
