Add git
Some checks failed
Build, Test and Push Docker Image / e2e-test (push) Failing after 3s
Build, Test and Push Docker Image / build-and-push (push) Has been skipped

This commit is contained in:
2025-11-06 22:23:14 +01:00
parent 1604e117b3
commit 28ed749316

View File

@@ -1,5 +1,7 @@
FROM golang:1.24-alpine AS builder
RUN apk add --no-cache git
WORKDIR /app
COPY go.mod go.sum ./