Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit ed7e00b

Browse files
Add -v to go get as requested by @tianon
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent 583f714 commit ed7e00b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM golang:1.3-cross
55
WORKDIR /go/src/github.com/boot2docker/boot2docker-cli
66

77
# Download (but not install) dependencies
8-
RUN go get github.com/BurntSushi/toml
9-
RUN go get github.com/ogier/pflag
8+
RUN go get -v github.com/BurntSushi/toml
9+
RUN go get -v github.com/ogier/pflag
1010

1111
ADD . /go/src/github.com/boot2docker/boot2docker-cli
1212

0 commit comments

Comments
 (0)