From 0fe06961022fbafc31d0cb914ae1feca0c07b3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20Tam=C3=A1s=20=28T-bond=29?= Date: Sun, 13 Oct 2024 18:15:53 +0200 Subject: [PATCH] Add bash for Gitea support --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 70082af..fbb481c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM alpine:3.20 RUN apk add --no-cache \ + bash \ openssh \ git \ nodejs \