parent
519514511b
commit
125006f8d8
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
FROM registry.access.redhat.com/ubi8/ubi-init
|
FROM registry.access.redhat.com/ubi9/ubi-init
|
||||||
|
|
||||||
RUN yum -y install nodejs
|
# Install Required Dependencies for Runner
|
||||||
|
RUN yum -y install ssh curl wget git zip unzip xz nodejs18 nodejs18-npm
|
||||||
|
|
||||||
|
# Set User to Runner
|
||||||
USER runner
|
USER runner
|
Loading…
Reference in a new issue