Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
byroncollins committed Apr 18, 2024
1 parent c6b3086 commit f91506c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ RUN /bin/bash /tmp/download-ocp.sh ${OPENSHIFT_VERSION} \
&& rm -rf /tmp/download-ocp.sh \
&& mkdir /azp

COPY ./start.sh .
WORKDIR /azp

RUN chmod 755 ./start.sh \
COPY start.sh .

RUN chmod 755 start.sh \
&& chmod 755 /azp \
&& chgrp -R 0 /azp \
&& chmod -R og+rw /azp
Expand Down

0 comments on commit f91506c

Please sign in to comment.