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