*: remove tests from docker file

This commit is contained in:
Quentin Machu 2016-02-02 13:48:53 -05:00 committed by Jimmy Zelinskie
parent 1e1eb9218d
commit 8f7e658574

View File

@ -18,6 +18,5 @@ WORKDIR /go/src/github.com/coreos/clair/
ENV GO15VENDOREXPERIMENT 1
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"]