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:
Flavio Crisciani 2017-05-23 22:30:14 -07:00
parent a5747af4c2
commit d69db01eb8
1 changed files with 5 additions and 3 deletions

View File

@ -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