Skip to content

Commit e6df792

Browse files
authored
Merge pull request #1046 from unclejack/add_objdb_to_dockerfile
A vendor package now depends on objdb package
2 parents 942dc94 + 8a16dcb commit e6df792

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)