From dce0ab9eb10db30275008ccebdad52747a6b96b5 Mon Sep 17 00:00:00 2001 From: fithwum Date: Fri, 4 Jul 2025 07:33:23 -0700 Subject: [PATCH] update --- base-image-script/debian-test_pt1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-image-script/debian-test_pt1.sh b/base-image-script/debian-test_pt1.sh index dc6ee00..54e2deb 100644 --- a/base-image-script/debian-test_pt1.sh +++ b/base-image-script/debian-test_pt1.sh @@ -26,7 +26,7 @@ echo "[INFO] Bootstrapping Debian $DEBIAN_RELEASE..." debootstrap \ --variant=minbase \ --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 \ "$DEBIAN_RELEASE" "$ROOTFS_DIR" http://deb.debian.org/debian/