update
This commit is contained in:
@@ -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/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user