From 98771030ae361b51abf5b5bdbcb0cb896b82553c Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Tue, 5 Mar 2024 08:37:21 +0000 Subject: [PATCH] images/actions/act/Dockerfile aktualisiert --- images/actions/act/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index db42d92..17ed173 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -8,7 +8,7 @@ RUN zypper -n install \ openssh git git-lfs wget curl \ gawk \ zip unzip xz-utils zstd \ - nodejs20 python3-pip python3-venv + nodejs20 # Settting up User RUN useradd -u 1001 runner