mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 11:12:32 +00:00
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>
6 lines
100 B
Makefile
6 lines
100 B
Makefile
IMAGE=test-ns
|
|
NETWORK=1
|
|
DEPS=config.template.json $(wildcard *.sh)
|
|
|
|
include ../../../pkg/package.mk
|