From 78361847d47b7566ddb47a0e75c321ed3f722164 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 13 Jul 2024 13:46:07 +0000 Subject: [PATCH] images/actions/act/Dockerfile aktualisiert --- images/actions/act/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 767b2dc..eff3702 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -4,8 +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 python3 py3-pip -RUN curl https://get.volta.sh | bash && . ~/.profile +nodejs npm python3 py3-pip RUN adduser -D runner \ && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \