This is an automated email from the ASF dual-hosted git repository.
abhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new f2fc318af RANGER-5265: Update ranger build instructions in Docker
README (#617)
f2fc318af is described below
commit f2fc318afceb7cba1867372882b48e86f7e7dc4f
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Jul 24 10:50:45 2025 -0700
RANGER-5265: Update ranger build instructions in Docker README (#617)
---
dev-support/ranger-docker/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-support/ranger-docker/README.md
b/dev-support/ranger-docker/README.md
index 1388ed351..caa325bae 100644
--- a/dev-support/ranger-docker/README.md
+++ b/dev-support/ranger-docker/README.md
@@ -50,6 +50,9 @@ Use Dockerfiles in this directory to create docker images and
run them to build
Execute following command to build Apache Ranger:
~~~
+
+chmod +x scripts/*.sh
+
# optional step: a fresh build ensures that the correct jdk version is used
docker compose -f docker-compose.ranger-build.yml build