From c4fb22bb05fa6809081de875ed4f4631a5506330 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sun, 24 Mar 2024 11:47:01 +0000 Subject: [PATCH] images/actions/act/Dockerfile aktualisiert --- images/actions/act/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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