Skip to content

Commit

Permalink
Don’t pass -u to get get inside Go build image dockerfile (#7455)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeler authored Mar 16, 2020
1 parent 251c745 commit 646c9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/docker/Build-Go.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ARG GOTOOLS="github.com/elazarl/go-bindata-assetfs/... \
github.com/axw/gocov/gocov \
gopkg.in/matm/v1/gocov-html"

RUN GO111MODULE=on go get -u -v ${GOTOOLS} && mkdir -p /consul
RUN GO111MODULE=on go get -v ${GOTOOLS} && mkdir -p /consul

WORKDIR /consul

0 comments on commit 646c9f5

Please sign in to comment.