commit
1bb6821084
2 changed files with 0 additions and 7 deletions
|
@ -20,10 +20,6 @@ ENV GOPATH /go:/go/src/github.com/docker/containerd/vendor
|
||||||
|
|
||||||
WORKDIR /go/src/github.com/docker/containerd
|
WORKDIR /go/src/github.com/docker/containerd
|
||||||
|
|
||||||
# install golint/vet
|
|
||||||
RUN go get github.com/golang/lint/golint \
|
|
||||||
&& go get golang.org/x/tools/cmd/vet
|
|
||||||
|
|
||||||
# install seccomp: the version shipped in trusty is too old
|
# install seccomp: the version shipped in trusty is too old
|
||||||
ENV SECCOMP_VERSION 2.3.0
|
ENV SECCOMP_VERSION 2.3.0
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -91,6 +91,3 @@ ifneq ($(wildcard /.dockerenv), )
|
||||||
endif
|
endif
|
||||||
|
|
||||||
validate: fmt
|
validate: fmt
|
||||||
|
|
||||||
vet:
|
|
||||||
go vet $(shell go list ./... | grep -v vendor)
|
|
||||||
|
|
Loading…
Reference in a new issue