NOTICKET: Setup
Some checks failed
CI / build (push) Failing after 48s

This commit is contained in:
Snoweuph 2024-02-10 18:40:22 +01:00
parent 519514511b
commit 125006f8d8
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

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