diff --git a/Dockerfile b/Dockerfile index 9087b80..1b05f9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM ghcr.io/actions/actions-runner:latest +USER root COPY ./setup.sh . RUN chmod +x ./setup.sh