try to fix

This commit is contained in:
Dmitry Vasiliev 2020-05-17 16:53:39 +03:00
parent 314f15278c
commit cbb7a9f17a
No known key found for this signature in database
GPG Key ID: C9A6FF8856B941E3

View File

@ -2,6 +2,7 @@ FROM golang:1.14-alpine3.11 as builder
RUN apk add --no-cache git make gcc libc-dev
WORKDIR /github.com/vadv/prometheus-exporter-merger
COPY go.mod .
COPY go.sum .
RUN go mod download