This commit is contained in:
parent
4f01e66133
commit
b0c8617ef3
1 changed files with 5 additions and 9 deletions
|
@ -1,14 +1,10 @@
|
||||||
FROM registry.access.redhat.com/ubi9/ubi-init
|
FROM registry.access.redhat.com/ubi9/ubi-init
|
||||||
|
|
||||||
# Install Required Dependencies for Runner
|
RUN yum -y install openssh-clients shadow-utils wget git zip unzip xz nodejs npm
|
||||||
RUN yum -y install openssh-clients
|
|
||||||
RUN yum -y install wget
|
RUN adduser -p "password" --uid 1001 runner && passwd -d runner\
|
||||||
RUN yum -y install git
|
&& groupadd docker --gid 123 \
|
||||||
RUN yum -y install zip
|
&& usermod -aG docker runner
|
||||||
RUN yum -y install unzip
|
|
||||||
RUN yum -y install xz
|
|
||||||
RUN yum -y install nodejs18
|
|
||||||
RUN yum -y install nodejs18-npm
|
|
||||||
|
|
||||||
# Set User to Runner
|
# Set User to Runner
|
||||||
USER runner
|
USER runner
|
Loading…
Reference in a new issue