1
0
Fork 0

Go back to standard golang image

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2016-05-04 12:51:15 +02:00
parent c1a12a58eb
commit ee486de947
No known key found for this signature in database
GPG key ID: D808B4C167352E59
2 changed files with 10 additions and 8 deletions

View file

@ -1,8 +1,6 @@
FROM golang:1.6.1-alpine
FROM golang:1.6.2
RUN apk update && apk add git bash gcc musl-dev \
&& go get github.com/Masterminds/glide \
&& go get github.com/mitchellh/gox \
RUN go get github.com/Masterminds/glide \
&& go get github.com/jteeuwen/go-bindata/... \
&& go get github.com/golang/lint/golint \
&& go get github.com/kisielk/errcheck