diff --git a/Dockerfile b/Dockerfile index f39cf43c80f..ec439e8b9b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,9 @@ WORKDIR /tmp/grafana COPY go.* ./ COPY .bingo .bingo +# Include vendored dependencies +COPY pkg/util/xorm/go.* pkg/util/xorm/ + RUN go mod download RUN if [[ "$BINGO" = "true" ]]; then \ go install github.com/bwplotka/bingo@latest && \