added top and screen
debian-base-build-bookworm / Docker prune (vm-docker-build2) (push) Successful in 4s
debian-base-build-bullseye / Docker prune (vm-docker-build2) (push) Successful in 4s
debian-base-build-trixie / Docker prune (vm-docker-build2) (push) Successful in 3s
debian-base-build-bullseye / Build RootFS Archives (bullseye) (push) Failing after 1m6s
debian-base-build-bookworm / Build RootFS Archives (bookworm) (push) Failing after 1m8s
debian-base-build-bullseye / Build & Push Docker Images (bullseye) (push) Skipped
debian-base-build-bullseye / generate-changelogs (push) Skipped
debian-base-build-bookworm / Build & Push Docker Images (bookworm) (push) Skipped
debian-base-build-bullseye / generate-build-info (push) Skipped
debian-base-build-bookworm / generate-changelogs (push) Skipped
debian-base-build-bookworm / generate-build-info (push) Skipped
debian-base-build-trixie / Build RootFS Archives (trixie) (push) Failing after 1m1s
debian-base-build-trixie / Build & Push Docker Images (trixie) (push) Skipped
debian-base-build-trixie / generate-changelogs (push) Skipped
debian-base-build-trixie / generate-build-info (push) Skipped

This commit is contained in:
2026-07-16 18:04:04 -07:00
parent b6a9b55347
commit fed17abc52
+2 -2
View File
@@ -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,bash,wget,curl,nano,locales,python3,python3-pip,libffi-dev --arch=amd64 "$DEBIAN_RELEASE" "$ROOTFS_DIR" \ --include=apt,ca-certificates,bash,wget,curl,nano,top,screen,locales,python3,python3-pip,libffi-dev --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
@@ -23,7 +23,7 @@ chroot "$ROOTFS_DIR" /bin/bash <<'EOF'
echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/10-assume_yes echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/10-assume_yes
apt-get update apt-get update
apt-get upgrade apt-get upgrade
apt-get install --no-install-recommends software-properties-common bash wget curl nano locales apt-get install --no-install-recommends software-properties-common bash wget curl top screen nano locales
echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen
locale-gen locale-gen
update-locale LANG=en_US.UTF-8 update-locale LANG=en_US.UTF-8