From a588b3254ade35fef8fee7037184b1c34337d8ce Mon Sep 17 00:00:00 2001 From: snoweuph Date: Sat, 15 Feb 2025 10:22:41 +0000 Subject: [PATCH] images/actions/act/Dockerfile aktualisiert --- images/actions/act/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 5a28eae..d595bdb 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -4,7 +4,8 @@ RUN apk add --update --no-cache \ bash sudo ca-certificates openssl openssh-client \ git git-lfs wget curl \ tar zip unzip xz zstd jq \ -nodejs npm python3 py3-pip parallel +nodejs npm python3 py3-pip parallel \ +make just RUN adduser -D runner \ && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \