From 6f138be84b4b7ee168ce3601fbaae5b9aaa6d98d Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 13 Jul 2024 17:47:09 +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 eff3702..504e055 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --update --no-cache \ bash sudo ca-certificates openssl openssh-client \ git git-lfs wget curl \ zip unzip xz zstd jq \ -nodejs npm python3 py3-pip +nodejs npm python3 py3-pip parallel RUN adduser -D runner \ && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \