Skip to content

Commit 7efd19e

Browse files
authored
Try using go mod download instead of vendor (#47)
1 parent 3ed052a commit 7efd19e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ RUN apk add --no-cache git gcc musl-dev make
66
WORKDIR /go/src/github.com/infobloxopen/migrate
77

88
ENV GO111MODULE=on
9-
ENV GOFLAGS=""
109

1110
COPY go.mod go.sum ./
1211

13-
RUN go mod vendor
12+
RUN go mod download
1413

1514
COPY . ./
1615

0 commit comments

Comments
 (0)