From 2e9d8ab66d64a486f57cd013c240a29bed2542d1 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sun, 11 Feb 2024 11:12:11 +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 47cf400..8fbd8eb 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -10,7 +10,7 @@ RUN newgrp docker RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner # Installing Dependencies -RUN zypper -n install git wget curl zip unzip nodejs20 +RUN zypper -n installbash git wget curl zip unzip nodejs20 WORKDIR /home/runner