Skip to content

Commit

Permalink
Updated permissions for Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Physer committed Mar 27, 2024
1 parent 13f6e3e commit 3bd8f14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM ghcr.io/actions/actions-runner:latest

RUN sudo apt update -y && sudo apt install git curl -y

COPY ./runner.sh .

USER root
RUN chmod +x ./runner.sh

USER runner
CMD ["./runner.sh"]

0 comments on commit 3bd8f14

Please sign in to comment.