From 9a8cf071c6afa9f7bf862f10378b3c303bc6a3cb Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sun, 11 Feb 2024 19:17:28 +0100 Subject: [PATCH] NOTICKET: Setup --- images/actions/act/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index cef718c..ee040f1 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -10,9 +10,7 @@ RUN newgrp docker RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner # Installing Dependencies -RUN zypper -n install bash git wget curl zip unzip nodejs20 - -RUN /usr/bin/bash -c "echo Hello" +RUN zypper -n install git wget curl zip unzip nodejs20 WORKDIR /home/runner