fimugdha commented on code in PR #1171:
URL: https://github.com/apache/ranger/pull/1171#discussion_r3894913780


##########
dev-support/ranger-docker/Dockerfile.ranger:
##########
@@ -26,12 +26,15 @@ ARG TARGETARCH
 COPY ./dist/ranger-${RANGER_VERSION}-admin.tar.gz     /home/ranger/dist/
 COPY ./scripts/admin/ranger.sh                        ${RANGER_SCRIPTS}/
 COPY ./scripts/admin/create-ranger-services.py        ${RANGER_SCRIPTS}/
+COPY ./scripts/setup-ranger-shadow-group.sh           ${RANGER_SCRIPTS}/
 
 RUN    tar xvfz /home/ranger/dist/ranger-${RANGER_VERSION}-admin.tar.gz 
--directory=${RANGER_HOME} \
     && ln -s ${RANGER_HOME}/ranger-${RANGER_VERSION}-admin 
${RANGER_HOME}/admin \
     && rm -f /home/ranger/dist/ranger-${RANGER_VERSION}-admin.tar.gz \
     && rm -f /opt/ranger/admin/install.properties \
     && mkdir -p /var/run/ranger /var/log/ranger /usr/share/java/ \
+    && chmod 755 ${RANGER_SCRIPTS}/setup-ranger-shadow-group.sh \

Review Comment:
   @kumaab, Created this pull-request on ranger-tools repository : 
https://github.com/apache/ranger-tools/pull/16. Could you please review ? It 
will be needed for me to test this ranger side changes.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to