diff --git a/Dockerfile b/Dockerfile index 00e4326..2bd8bb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ ARG version=not-set ARG SHORTSHA=not-set WORKDIR /app COPY . . +RUN apk --no-cache add git # https://stackoverflow.com/questions/70369368/check-architecture-in-dockerfile-to-get-amd-arm RUN go build -o bin/us-dop-bot \ -ldflags "-X main.Shortsha=${SHORTSHA} \