This commit is contained in:
parent
b0c8617ef3
commit
238c7179f7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM registry.access.redhat.com/ubi9/ubi-init
|
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\
|
RUN adduser -p "password" --uid 1001 runner && passwd -d runner\
|
||||||
&& groupadd docker --gid 123 \
|
&& groupadd docker --gid 123 \
|
||||||
|
|
Loading…
Reference in a new issue