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

Commit 37b59b2

Browse files
committed
Merge pull request #321 from nathanleclaire/master
Add -v to go get as requested by @tianon
2 parents 583f714 + ed7e00b commit 37b59b2

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)