From b620931daf1972ded9d1bff4bc18075ec0a2a5fa Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Thu, 9 May 2024 23:32:06 +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 2b0cc40..0984355 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:latest RUN apk add --update --no-cache \ -sudo ca-certificates openssl openssh-client \ +bash sudo ca-certificates openssl openssh-client \ git git-lfs wget curl \ zip unzip xz zstd \ nodejs python3 py3-pip