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