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/