From 37de9c8c1d58563bb8a540fc1a39001b5039d51c Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 26 Jul 2017 14:41:04 +0100 Subject: [PATCH] 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 --- test/pkg/ns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pkg/ns/Makefile b/test/pkg/ns/Makefile index 8969b4257..200953176 100644 --- a/test/pkg/ns/Makefile +++ b/test/pkg/ns/Makefile @@ -1,5 +1,5 @@ IMAGE=test-ns NETWORK=1 -DEPS=Dockerfile Makefile +DEPS=config.template.json $(wildcard *.sh) include ../../../pkg/package.mk