From 4b27e243b4b67130dac49ab1bca75cf01976623a Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 10 Feb 2024 20:22:15 +0100 Subject: [PATCH] NOTICKET: Setup --- images/actions/act/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 27ebe04..c494aca 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi-init RUN yum -y install openssh-clients shadow-utils sudo wget git zip unzip xz nodejs npm -RUN adduser -p "password" --uid 1001 runner && passwd -d runner\ +RUN adduser -m -p "password" --uid 1001 runner\ && groupadd docker --gid 123 \ && usermod -aG docker runner \ && usermod -aG wheel runner \