1
0
Fork 0
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:
Markus Lehtonen 2018-11-19 18:59:01 +02:00
parent c459ceee67
commit 6563da29ab

View file

@ -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/*