parent
125006f8d8
commit
489d2158fd
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,15 @@
|
|||
FROM registry.access.redhat.com/ubi9/ubi-init
|
||||
|
||||
# Install Required Dependencies for Runner
|
||||
RUN yum -y install ssh curl wget git zip unzip xz nodejs18 nodejs18-npm
|
||||
RUN yum -y install ssh
|
||||
RUN yum -y install curl
|
||||
RUN yum -y install wget
|
||||
RUN yum -y install git
|
||||
RUN yum -y install zip
|
||||
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
|
||||
USER runner
|
Loading…
Reference in a new issue