diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index a8df3e9..398fd0a 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -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 \ No newline at end of file