Skip to content

Commit 8a16dcb

Browse files
chrisplounclejack
authored andcommitted
A vendor package now depends on objdb package
When compiling vendor, the objdb package has to be included Signed-off-by: Chris Plock <[email protected]>
1 parent a68d91a commit 8a16dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ CMD ["--help"]
3737
# by far, most of the compilation time is building vendor packages
3838
# build the vendor dependencies as a separate docker caching layer
3939
COPY ./vendor/ /go/src/github.com/contiv/netplugin/vendor/
40+
COPY ./objdb/ /go/src/github.com/contiv/netplugin/objdb/
4041

4142
RUN GOGC=1500 go install -ldflags "-s -w" $(go list ./vendor/...)
4243

0 commit comments

Comments
 (0)