From ca92a63cd6d4873bce7a898c43764c40b864a4c9 Mon Sep 17 00:00:00 2001 From: Petros Angelatos Date: Tue, 6 Sep 2016 15:01:48 +0100 Subject: [PATCH] install iptables in runtime image Signed-off-by: Petros Angelatos --- base-image/build/conf/local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-image/build/conf/local.conf b/base-image/build/conf/local.conf index 1c3d7be5..ce20dbc0 100644 --- a/base-image/build/conf/local.conf +++ b/base-image/build/conf/local.conf @@ -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"