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

This commit is contained in:
Snoweuph 2024-02-10 19:24:03 +01:00
parent 489d2158fd
commit 72ed9a9207
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

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