diff --git a/images/Dockerfile b/images/Dockerfile index 411ce08eb..b87755b0d 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -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 .