Skip to content

Commit

Permalink
Add verbose flag for godep restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed Apr 22, 2016
1 parent adf499c commit eab7ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/Dockerfile-full
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN go get github.com/hashicorp/terraform

WORKDIR $GOPATH/src/github.com/hashicorp/terraform

RUN godep restore .../.
RUN godep restore -v .../.

ENV TF_DEV=true

Expand Down

0 comments on commit eab7ca3

Please sign in to comment.