Skip to content

Commit c3da771

Browse files
committed
Merge pull request docker#241 from mlaventure/makefile-improv
Makefile improv
2 parents 57b7c3d + 4960078 commit c3da771

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ RUN set -x \
4747
COPY . /go/src/github.com/docker/containerd
4848

4949
WORKDIR /go/src/github.com/docker/containerd
50+
51+
RUN make all install

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ lint:
8282
shell: dbuild
8383
$(DOCKER_RUN) bash
8484

85-
test: all validate
85+
test: validate
8686
go test -v $(shell go list ./... | grep -v /vendor | grep -v /integration-test)
8787
ifneq ($(wildcard /.dockerenv), )
8888
$(MAKE) install bundles-rootfs

0 commit comments

Comments
 (0)