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 \