From 543da6ef5b2aedd59307ca69bfd20d653164a54d Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Fri, 8 May 2026 01:35:46 -0700 Subject: [PATCH] rootfs: include nftables userspace --- meta-dstack/recipes-core/images/dstack-rootfs-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-dstack/recipes-core/images/dstack-rootfs-base.inc b/meta-dstack/recipes-core/images/dstack-rootfs-base.inc index 496fc6c..af463f4 100644 --- a/meta-dstack/recipes-core/images/dstack-rootfs-base.inc +++ b/meta-dstack/recipes-core/images/dstack-rootfs-base.inc @@ -10,6 +10,7 @@ IMAGE_INSTALL = "\ systemd \ netbase \ iptables \ + nftables \ docker-moby \ docker-compose \ tdx-guest-ko \