mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Dockerfile: verbose dep ensure
Better see what is happening inside the build.
This commit is contained in:
parent
c459ceee67
commit
6563da29ab
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ WORKDIR /go/src/sigs.k8s.io/node-feature-discovery
|
|||
ARG NFD_VERSION
|
||||
|
||||
RUN go get github.com/golang/dep/cmd/dep
|
||||
RUN dep ensure
|
||||
RUN dep ensure -v
|
||||
RUN go install \
|
||||
-ldflags "-s -w -X sigs.k8s.io/node-feature-discovery/pkg/version.version=$NFD_VERSION" \
|
||||
./cmd/*
|
||||
|
|
Loading…
Reference in a new issue