mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-24 12:35:58 +00:00
As discussed before, as we use this in three places, cloning in base makes more sense. Update base image. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
5 lines
126 B
Makefile
5 lines
126 B
Makefile
IMAGE=init
|
|
DEPS=usermode-helper.c $(wildcard etc/*) $(wildcard etc/init.d/*) $(shell find cmd -type f)
|
|
|
|
include ../package.mk
|