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