From 96e18bf06d813ab6527788f221bc631df0880a2f Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 20 Dec 2025 09:38:14 -0800 Subject: [PATCH] test fix --- base-image-script/bootstrap-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-image-script/bootstrap-rootfs.sh b/base-image-script/bootstrap-rootfs.sh index 2ac430a..cc217a3 100644 --- a/base-image-script/bootstrap-rootfs.sh +++ b/base-image-script/bootstrap-rootfs.sh @@ -11,7 +11,7 @@ apt-get update apt-get install -y --no-install-recommends debootstrap bzip2 debootstrap --verbose --variant=minbase --components=main,contrib,non-free \ - --include=apt,ca-certificates,software-properties-common,bash,wget,curl,nano,locales --arch=amd64 "$DEBIAN_RELEASE" "$ROOTFS_DIR" \ + --include=apt,ca-certificates --arch=amd64 "$DEBIAN_RELEASE" "$ROOTFS_DIR" \ http://deb.debian.org/debian/ for dir in dev dev/pts proc sys; do