Files
linuxkit/test/pkg/ns/Makefile
Ian Campbell 37de9c8c1d test-ns: Update DEPS
Makefile and Dockerfile are implicit from pacakge.mk.

Need to list the other files consumed by the Dockerfile though.

template.yml is only for manual testing and so is not a dependency of the
standard build.

Signed-off-by: Ian Campbell <ijc@docker.com>
2017-07-26 14:46:25 +01:00

6 lines
100 B
Makefile

IMAGE=test-ns
NETWORK=1
DEPS=config.template.json $(wildcard *.sh)
include ../../../pkg/package.mk