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>
This commit is contained in:
Ian Campbell 2017-07-26 14:41:04 +01:00
parent 49bb460105
commit 37de9c8c1d

View File

@ -1,5 +1,5 @@
IMAGE=test-ns
NETWORK=1
DEPS=Dockerfile Makefile
DEPS=config.template.json $(wildcard *.sh)
include ../../../pkg/package.mk