Skip to content

Commit

Permalink
Merge pull request #1047 from contiv/master
Browse files Browse the repository at this point in the history
Merge master into release-1.1
  • Loading branch information
dseevr authored Nov 1, 2017
2 parents 4e216bf + e6df792 commit a42cab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ CMD ["--help"]
# by far, most of the compilation time is building vendor packages
# build the vendor dependencies as a separate docker caching layer
COPY ./vendor/ /go/src/github.com/contiv/netplugin/vendor/
COPY ./objdb/ /go/src/github.com/contiv/netplugin/objdb/

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

Expand Down

0 comments on commit a42cab3

Please sign in to comment.