diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 83dbb1c..228bcc5 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -3,7 +3,7 @@ FROM frolvlad/alpine-glibc:latest RUN apk add --update --no-cache \ bash sudo ca-certificates openssl openssh-client \ git git-lfs wget curl \ -zip unzip xz zstd jq\ +zip unzip xz zstd jq \ nodejs python3 py3-pip RUN adduser -D runner \