mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 07:32:43 +00:00
This uses a more memory efficient copy, and gets us closer to not having a shell in the base system if not required. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
5 lines
120 B
Makefile
5 lines
120 B
Makefile
IMAGE=init
|
|
DEPS=init.go vendor.conf usermode-helper.c $(wildcard etc/*) $(wildcard etc/init.d/*)
|
|
|
|
include ../package.mk
|