mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
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:
parent
49bb460105
commit
37de9c8c1d
@ -1,5 +1,5 @@
|
||||
IMAGE=test-ns
|
||||
NETWORK=1
|
||||
DEPS=Dockerfile Makefile
|
||||
DEPS=config.template.json $(wildcard *.sh)
|
||||
|
||||
include ../../../pkg/package.mk
|
||||
|
Loading…
Reference in New Issue
Block a user