From e24383f561b8356cf6b5929c3597924d9c44f122 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sun, 11 Feb 2024 11:20:09 +0100 Subject: [PATCH] NOTICKET: Setup --- images/actions/act/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index da9d60e..3e60016 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -12,6 +12,8 @@ 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" + WORKDIR /home/runner USER runner \ No newline at end of file