From 8569010bf7245d1c2d329a75400c0e0a2e80c9e6 Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Thu, 27 Jul 2023 06:10:41 +0200 Subject: [PATCH] added git installation --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ba85d3..f333a9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,5 @@ ENV HADOLINT_VERSION ${HADOLINT_VERSION} RUN wget -nv https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64 -O /usr/local/bin/hadolint \ && chmod +x /usr/local/bin/hadolint -RUN apk add --no-cache nodejs +# needed for gitea act runner +RUN apk add --no-cache nodejs git