Skip to content
Snippets Groups Projects
Unverified Commit 7c998231 authored by Manish R Jain's avatar Manish R Jain
Browse files

We don't need to use govendor here. All the deps are checked in.

parent 917522ae
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,9 @@ RUN cd /installs/rocksdb && make shared_lib && make install
ENV LD_LIBRARY_PATH "/usr/local/lib"
# Install DGraph and update dependencies to right versions.
RUN go get -v github.com/kardianos/govendor && \
go get -v github.com/dgraph-io/dgraph/... && \
cd $GOPATH/src/github.com/dgraph-io/dgraph && \
govendor sync && \
go test github.com/dgraph-io/dgraph/... && echo "v0.2.3"
RUN go get -v github.com/dgraph-io/dgraph/... && \
go build -v github.com/dgraph-io/dgraph/... && \
go test github.com/dgraph-io/dgraph/... && echo "v0.2.3"
# Create the dgraph and data directory. These directories should be mapped
# to host machine for persistence.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment