Update base-image-script/bootstrap-rootfs.sh
This commit is contained in:
@@ -11,7 +11,7 @@ apt-get update
|
|||||||
apt-get install -y --no-install-recommends debootstrap bzip2
|
apt-get install -y --no-install-recommends debootstrap bzip2
|
||||||
|
|
||||||
debootstrap --verbose --variant=minbase --components=main,contrib,non-free \
|
debootstrap --verbose --variant=minbase --components=main,contrib,non-free \
|
||||||
--include=apt,ca-certificates,software-properties-common,bash,wget,curl,nano,locales --arch=amd64 "$DEBIAN_RELEASE" "$ROOTFS_DIR" \
|
--include=apt,ca-certificates --arch=amd64 "$DEBIAN_RELEASE" "$ROOTFS_DIR" \
|
||||||
http://deb.debian.org/debian/
|
http://deb.debian.org/debian/
|
||||||
|
|
||||||
for dir in dev dev/pts proc sys; do
|
for dir in dev dev/pts proc sys; do
|
||||||
|
|||||||
Reference in New Issue
Block a user