*: remove tests from docker file

pull/71/head
Quentin Machu 8 years ago committed by Jimmy Zelinskie
parent 1e1eb9218d
commit 8f7e658574

@ -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"]

Loading…
Cancel
Save