Skip to content

Commit 8aabc61

Browse files
committed
Revert "A vendor package now depends on objdb package"
This reverts commit e997e72. Same change is already in master
1 parent 1eafd33 commit 8aabc61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ 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/
4140

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

0 commit comments

Comments
 (0)