mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix CI
Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
parent
1b9aa94411
commit
8d480263c0
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
||||||
FROM golang:1.4-cross
|
FROM golang:1.5.3
|
||||||
RUN apt-get update && apt-get -y install iptables
|
RUN apt-get update && apt-get -y install iptables
|
||||||
|
|
||||||
RUN cd /go/src && mkdir -p golang.org/x && \
|
|
||||||
cd golang.org/x && git clone https://github.com/golang/tools && \
|
|
||||||
cd tools && git checkout release-branch.go1.5
|
|
||||||
|
|
||||||
RUN go get github.com/tools/godep \
|
RUN go get github.com/tools/godep \
|
||||||
github.com/golang/lint/golint \
|
github.com/golang/lint/golint \
|
||||||
golang.org/x/tools/cmd/vet \
|
golang.org/x/tools/cmd/vet \
|
||||||
|
|
Loading…
Reference in a new issue