Skip to content

Commit

Permalink
Add RUNNER_ALLOW_RUNASROOT=1 to dockerfile (actions#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang authored Nov 15, 2022
1 parent c6630ce commit c0bc4c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-c

FROM mcr.microsoft.com/dotnet/runtime-deps:6.0

ENV RUNNER_ALLOW_RUNASROOT=1

WORKDIR /actions-runner
COPY --from=build /actions-runner .

0 comments on commit c0bc4c0

Please sign in to comment.