From 125006f8d836939a6393a2761ce8b03f3920320f Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 10 Feb 2024 18:40:22 +0100 Subject: [PATCH] NOTICKET: Setup --- images/actions/act/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 8ffbbba..a8df3e9 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -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 \ No newline at end of file