diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 9297028..8d262b2 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -1,7 +1,10 @@ FROM registry.opensuse.org/opensuse/leap:15.5 -RUN zypper -n install nodejs20 +RUN zypper -n install sudo nodejs20 RUN useradd --uid 1001 runner +RUN usermod -aG wheel runner +RUN echo "%wheel ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers + WORKDIR /home/runner USER runner \ No newline at end of file