mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
d69db01eb8
added also new dependencies used in the new makefile Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
9 lines
285 B
Text
9 lines
285 B
Text
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 \
|
|
github.com/gordonklaus/ineffassign \
|
|
github.com/client9/misspell/cmd/misspell
|