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

This commit is contained in:
Snoweuph 2024-02-10 19:11:48 +01:00
parent 125006f8d8
commit 489d2158fd
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

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