From edd02366ca8a865d8f857d45a39cdabc6419a9bb Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Tue, 3 Dec 2024 22:34:10 -0400 Subject: [PATCH] add git --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5987265..70980ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ARG TARGETARCH ARG version=not-set ARG SHORTSHA=not-set WORKDIR /app +RUN apk update && apk add git COPY . . # https://stackoverflow.com/questions/70369368/check-architecture-in-dockerfile-to-get-amd-arm RUN go build -o bin/us-dop-api \