mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump docker base image to 1.8.3
added also new dependencies used in the new makefile Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
This commit is contained in:
parent
a5747af4c2
commit
d69db01eb8
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
FROM golang:1.7.1
|
||||
FROM golang:1.8.3
|
||||
RUN apt-get update && apt-get -y install iptables
|
||||
|
||||
RUN go get github.com/tools/godep \
|
||||
github.com/golang/lint/golint \
|
||||
golang.org/x/tools/cmd/cover\
|
||||
github.com/mattn/goveralls
|
||||
golang.org/x/tools/cmd/cover \
|
||||
github.com/mattn/goveralls \
|
||||
github.com/gordonklaus/ineffassign \
|
||||
github.com/client9/misspell/cmd/misspell
|
||||
|
|
Loading…
Reference in a new issue