diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index eeb4f89..ee75157 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -1,6 +1,6 @@ FROM registry.access.redhat.com/ubi9/ubi-init -RUN yum -y install openssh-clients shadow-utils wget git zip unzip xz nodejs npm +RUN yum -y install openssh-clients shadow-utils wget git zip unzip xz nodejs npm RUN adduser -p "password" --uid 1001 runner && passwd -d runner\ && groupadd docker --gid 123 \