sdfghersthrts
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 46s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 46s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
This commit is contained in:
@@ -63,18 +63,18 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo "[CHROOT] Configuring Debian system..."
|
echo "[CHROOT] Configuring Debian system..."
|
||||||
chroot "$ROOTFS_DIR" /bin/bash -c "
|
chroot "$ROOTFS_DIR" /bin/bash -c "\
|
||||||
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 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 && \
|
||||||
apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true
|
apt-get remove --purge --allow-remove-essential pinentry-curses whiptail kmod iptables iproute2 dmidecode || true && \
|
||||||
apt-get clean
|
apt-get clean && \
|
||||||
apt-get install -f
|
apt-get install -f && \
|
||||||
find /var/lib/apt/lists/ -type f -delete
|
find /var/lib/apt/lists/ -type f -delete \
|
||||||
"
|
"
|
||||||
|
|
||||||
echo "[INFO] Unmounting system directories (ignore errors)..."
|
echo "[INFO] Unmounting system directories (ignore errors)..."
|
||||||
|
|||||||
Reference in New Issue
Block a user