diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index ca9a86e..2eee129 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -1,13 +1,7 @@ -FROM registry.access.redhat.com/ubi9/ubi-init +FROM registry.opensuse.org/opensuse/leap:15.5 -RUN yum -y install openssh-clients shadow-utils sudo wget git zip unzip xz nodejs npm +RUN zypper -n install nodejs20 -RUN adduser -m --uid 1001 runner \ - && groupadd docker --gid 123 \ - && usermod -aG docker runner \ - && usermod -aG wheel runner \ - && echo "%weel ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers - -WORKDIR /home/runner +RUN useradd runner USER runner \ No newline at end of file