From bef4a2065310a45eab98b3252e1ad2f6b9b7bffa Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 19 Sep 2024 20:18:01 +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 504e055..79ce6b8 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 \ +tar zip unzip xz zstd jq \ nodejs npm python3 py3-pip parallel RUN adduser -D runner \