diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 228bcc5..7b1f293 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -9,6 +9,8 @@ nodejs python3 py3-pip RUN adduser -D runner \ && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \ && chmod 0440 /etc/sudoers.d/runner + +RUN chmod -R 777 /opt WORKDIR /home/runner