Skip to content

Commit

Permalink
Replace go get -v to go get -d as @siddontang told
Browse files Browse the repository at this point in the history
Signed-off-by: ZhiFeng Hu <hufeng1987@gmail.com>
  • Loading branch information
netroby committed Nov 6, 2015
1 parent 91ddd72 commit 74292a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VOLUME /opt
RUN apt-get update && apt-get install -y wget git make ; \
cd /opt ; \
export PATH=$GOROOT/bin:$GOPATH/bin:$PATH ; \
go get -v github.com/pingcap/tidb ; \
go get -d github.com/pingcap/tidb ; \
cd $GOPATH/src/github.com/pingcap/tidb ; \
make ; make server ; cp tidb-server/tidb-server /usr/bin/

Expand Down

0 comments on commit 74292a6

Please sign in to comment.