From 28ed7493168fcdc183e3e3b20f9aa43a7a30d891 Mon Sep 17 00:00:00 2001 From: dcorral Date: Thu, 6 Nov 2025 22:23:14 +0100 Subject: [PATCH] Add git --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0d454e0..eddc56c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM golang:1.24-alpine AS builder +RUN apk add --no-cache git + WORKDIR /app COPY go.mod go.sum ./