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 \