From 70d41ff13148ff0b40838af830f92b2f88e16530 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 3 Jul 2024 01:16:13 +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 3992a65..83dbb1c 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 \ +zip unzip xz zstd jq\ nodejs python3 py3-pip RUN adduser -D runner \