Skip to content

Commit a42cab3

Browse files
authored
Merge pull request #1047 from contiv/master
Merge master into release-1.1
2 parents 4e216bf + e6df792 commit a42cab3

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)