mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
Don’t pass -u
to get get inside Go build image dockerfile (#7455)
This commit is contained in:
parent
251c745d0a
commit
646c9f5896
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user