We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68d91a commit 8a16dcbCopy full SHA for 8a16dcb
Dockerfile
@@ -37,6 +37,7 @@ CMD ["--help"]
37
# by far, most of the compilation time is building vendor packages
38
# build the vendor dependencies as a separate docker caching layer
39
COPY ./vendor/ /go/src/github.com/contiv/netplugin/vendor/
40
+COPY ./objdb/ /go/src/github.com/contiv/netplugin/objdb/
41
42
RUN GOGC=1500 go install -ldflags "-s -w" $(go list ./vendor/...)
43
0 commit comments