From 19603f6c3838c67f85442e30fca75019c8ffc20d Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 20 Dec 2025 08:29:53 -0800 Subject: [PATCH] Update base-image-script/bootstrap-rootfs.sh --- 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 cc217a3..2ac430a 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 --arch=amd64 "$DEBIAN_RELEASE" "$ROOTFS_DIR" \ + --include=apt,ca-certificates,software-properties-common,bash,wget,curl,nano,locales --arch=amd64 "$DEBIAN_RELEASE" "$ROOTFS_DIR" \ http://deb.debian.org/debian/ for dir in dev dev/pts proc sys; do