add nftables to fix dependency of alloy

This commit is contained in:
iceBear67
2026-07-08 23:15:59 +08:00
parent 095ece8006
commit 6b58126315
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ alpine-make-vm-image \
--fs-skel-dir "$OVERLAY_DIR" \
--fs-skel-chown root:root \
--script-chroot \
--packages "curl docker openssh alloy" \
--packages "nftables curl docker openssh alloy" \
"$IMAGE_FILE" \
"$CONFIGURE_SH" | tee $TMP
+1
View File
@@ -28,6 +28,7 @@ sed -Ei \
step 'Enable base services'
rc-update add net.lo boot
rc-update add nftables boot
rc-update add net.eth0 default
rc-update add acpid default
rc-update add docker default