We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57b7c3d + 4960078 commit c3da771Copy full SHA for c3da771
Dockerfile
@@ -47,3 +47,5 @@ RUN set -x \
47
COPY . /go/src/github.com/docker/containerd
48
49
WORKDIR /go/src/github.com/docker/containerd
50
+
51
+RUN make all install
Makefile
@@ -82,7 +82,7 @@ lint:
82
shell: dbuild
83
$(DOCKER_RUN) bash
84
85
-test: all validate
+test: validate
86
go test -v $(shell go list ./... | grep -v /vendor | grep -v /integration-test)
87
ifneq ($(wildcard /.dockerenv), )
88
$(MAKE) install bundles-rootfs
0 commit comments