This is an automated email from the ASF dual-hosted git repository.
madhan 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 16615a4 RANGER-5381: add krb5-user package in ranger-base image (#5)
16615a4 is described below
commit 16615a43ee66ada696f6941fc0dfb057f7f2c661
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Thu Oct 23 11:12:13 2025 -0700
RANGER-5381: add krb5-user package in ranger-base image (#5)
---
docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 299a658..39499db 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -34,6 +34,7 @@ RUN apt update -q \
tzdata \
vim \
xmlstarlet \
+ krb5-user \
&& apt clean
# Install Python modules