This commit is contained in:
parent
9036f78611
commit
4b27e243b4
1 changed files with 1 additions and 1 deletions
|
@ -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 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 \
|
&& groupadd docker --gid 123 \
|
||||||
&& usermod -aG docker runner \
|
&& usermod -aG docker runner \
|
||||||
&& usermod -aG wheel runner \
|
&& usermod -aG wheel runner \
|
||||||
|
|
Loading…
Reference in a new issue