mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-08 18:30:35 +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:
@@ -1,5 +1,5 @@
|
|||||||
IMAGE=test-ns
|
IMAGE=test-ns
|
||||||
NETWORK=1
|
NETWORK=1
|
||||||
DEPS=Dockerfile Makefile
|
DEPS=config.template.json $(wildcard *.sh)
|
||||||
|
|
||||||
include ../../../pkg/package.mk
|
include ../../../pkg/package.mk
|
||||||
|
Reference in New Issue
Block a user