1
0
mirror of https://github.com/docker/cli.git synced 2026-01-26 15:41:42 +03:00

Upload coverage report from outside of test container.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-05-18 10:42:05 -04:00
parent d79d903864
commit f6d148c632
5 changed files with 27 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
FROM golang:1.8-alpine
RUN apk add -U git make bash coreutils curl
RUN apk add -U git make bash coreutils
RUN go get github.com/LK4D4/vndr && \
cp /go/bin/vndr /usr/bin && \