diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 9b7622d..e5b38b9 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -3,11 +3,10 @@ FROM registry.opensuse.org/opensuse/leap:15.5 # Installing Dependencies RUN zypper -n update RUN zypper -n install \ - dracut docker sudo \ + dracut docker python3-docker-compose sudo \ openssh git git-lfs wget \ zip unzip xz zstd \ nodejs20 python3 python3-pip -RUN curl -sSL https://get.docker.com/ | sh # Settting up User RUN useradd -u 1001 runner