From 72ed9a92073e32958fcaf63c3b29078e1a0660cf Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 10 Feb 2024 19:24:03 +0100 Subject: [PATCH] NOTICKET: Setup --- images/actions/act/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 398fd0a..5cb9792 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -1,7 +1,7 @@ FROM registry.access.redhat.com/ubi9/ubi-init # Install Required Dependencies for Runner -RUN yum -y install ssh +RUN yum -y install openssh-clients RUN yum -y install curl RUN yum -y install wget RUN yum -y install git