Go back to standard golang image
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
c1a12a58eb
commit
ee486de947
2 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue