diff --git a/Dockerfile b/Dockerfile index c51cb34..e82653e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ FROM ghcr.io/actions/actions-runner:latest COPY ./setup.sh . +USER root +RUN chmod +x ./setup.sh +USER runner CMD ["./setup.sh"] \ No newline at end of file