1
0
Fork 0

Add glide hash validation

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2017-02-05 16:42:04 +01:00
parent dacde21c27
commit 96197af3f1
No known key found for this signature in database
GPG key ID: D808B4C167352E59
3 changed files with 17 additions and 2 deletions

View file

@ -3,7 +3,8 @@ FROM golang:1.7
RUN go get github.com/jteeuwen/go-bindata/... \
&& go get github.com/golang/lint/golint \
&& go get github.com/kisielk/errcheck \
&& go get github.com/client9/misspell/cmd/misspell
&& go get github.com/client9/misspell/cmd/misspell \
&& go get github.com/mattfarina/glide-hash
# Which docker version to test on
ARG DOCKER_VERSION=1.10.3