Remove go get go-bindata from generate.go
This mades the build impossible offline (as when doing a go generate it was trying to go get something) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
ddceefa4e1
commit
ae73d08d67
3 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ FROM golang:1.5
|
|||
RUN go get github.com/Masterminds/glide
|
||||
RUN go get github.com/mitchellh/gox
|
||||
RUN go get github.com/tcnksm/ghr
|
||||
RUN go get github.com/jteeuwen/go-bindata/...
|
||||
|
||||
# Which docker version to test on
|
||||
ENV DOCKER_VERSION 1.6.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue