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 ./