*: remove tests from docker file
This commit is contained in:
parent
1e1eb9218d
commit
8f7e658574
@ -18,6 +18,5 @@ WORKDIR /go/src/github.com/coreos/clair/
|
|||||||
|
|
||||||
ENV GO15VENDOREXPERIMENT 1
|
ENV GO15VENDOREXPERIMENT 1
|
||||||
RUN go install -v github.com/coreos/clair/cmd/clair
|
RUN go install -v github.com/coreos/clair/cmd/clair
|
||||||
RUN go test $(go list ./... | grep -v /vendor/) # https://github.com/golang/go/issues/11659
|
|
||||||
|
|
||||||
ENTRYPOINT ["clair"]
|
ENTRYPOINT ["clair"]
|
||||||
|
Loading…
Reference in New Issue
Block a user