diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 9648cfc..9b7622d 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -7,6 +7,7 @@ RUN zypper -n install \ 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