This commit is contained in:
2025-07-04 07:33:23 -07:00
parent 981819ad7c
commit dce0ab9eb1

View File

@@ -26,7 +26,7 @@ echo "[INFO] Bootstrapping Debian $DEBIAN_RELEASE..."
debootstrap \ debootstrap \
--variant=minbase \ --variant=minbase \
--components=main,contrib,non-free \ --components=main,contrib,non-free \
--include=ca-certificates,software-properties-common,bash,wget,curl,nano \ --include=ca-certificates,software-properties-common,bash,wget,curl,nano,python3,python3-cryptography,locales \
--arch=amd64 \ --arch=amd64 \
"$DEBIAN_RELEASE" "$ROOTFS_DIR" http://deb.debian.org/debian/ "$DEBIAN_RELEASE" "$ROOTFS_DIR" http://deb.debian.org/debian/