From e74f5ae30e8957a08b1b7625d1c3ae4c3bfbd7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mats=20T=C3=B6rnberg?= Date: Tue, 25 Nov 2025 19:46:20 +0100 Subject: [PATCH] add git --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a518e4c..85b598b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,8 @@ FROM golang:1.25-alpine AS build WORKDIR /src +RUN apk add --no-cache git + # Build metadata (can be overridden at build time) ARG VERSION=dev ARG GIT_COMMIT=unknown