Skip to content
Snippets Groups Projects
Commit 572d0bb0 authored by lcappelli's avatar lcappelli
Browse files

Change owner and permission to a file

Remove user ownership and add executable permission to build-install-openresty-voms script.
parent a574dca6
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@ RUN yum update -y && \
sh /tmp/library-scripts/provide-user.sh ${USERNAME} ${USER_UID} ${USER_GID} && \
yum clean all && rm -rf /var/cache/yum
COPY --chown=$USERNAME:$USERNAME assets/build-install-openresty-voms.sh /usr/local/bin/
COPY assets/build-install-openresty-voms.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/build-install-openresty-voms.sh
USER $USERNAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment