This is an automated email from the ASF dual-hosted git repository. abhi pushed a commit to branch ranger-5265 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 60d5b54b35d2518e0668659b512736d1f1403391 Author: Abhishek Kumar <[email protected]> AuthorDate: Thu Jul 24 00:13:05 2025 -0700 RANGER-5265: Update ranger build instructions in Docker README --- 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
