mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
pkg: Add NETWORK to audit and rngd packages
This fixes a regression introduced in:
5a225b9d
("Makefile: Fix bug where network was not disabled")
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
699a864302
commit
4c1a45957e
@ -1,3 +1,4 @@
|
||||
IMAGE?=auditd
|
||||
NETWORK=1
|
||||
|
||||
include ../package.mk
|
||||
|
@ -1,3 +1,4 @@
|
||||
IMAGE=rngd
|
||||
NETWORK=1
|
||||
|
||||
include ../package.mk
|
||||
|
Loading…
Reference in New Issue
Block a user