mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 03:06:27 +00:00
install iptables in runtime image
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
parent
17ca9b4320
commit
ca92a63cd6
@ -219,7 +219,7 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
|
||||
# this doesn't mean anything to you.
|
||||
CONF_VERSION = "1"
|
||||
|
||||
IMAGE_INSTALL_append += " ca-certificates nodejs btrfs-tools rsync"
|
||||
IMAGE_INSTALL_append += " btrfs-tools ca-certificates iptables nodejs rsync"
|
||||
VIRTUAL-RUNTIME_init_manager="busybox"
|
||||
VIRTUAL-RUNTIME_dev_manager="busybox-mdev"
|
||||
PREFERRED_VERSION_nodejs = "6.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user