NOTICKET: Setup
All checks were successful
CI / build (push) Successful in 1m6s

This commit is contained in:
Snoweuph 2024-02-10 20:09:47 +01:00
parent b0c8617ef3
commit 238c7179f7
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -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 \