[ bugfix ] Re-adding Python to minimal images due to failed attempt to provide them without.

This also fixes and closes https://github.com/armbian/build/pull/1828
This commit is contained in:
Igor Pecovnik 2020-03-03 17:48:04 +01:00
parent d3b6800611
commit 643202fa07
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5

View File

@ -144,7 +144,7 @@ DEBOOTSTRAP_LIST=$(echo $DEBOOTSTRAP_LIST | sed -e 's,\\[trn],,g')
# Essential packages for minimal build
PACKAGE_LIST="bc cpufrequtils device-tree-compiler fping fake-hwclock psmisc chrony parted dialog \
ncurses-term sysfsutils toilet figlet u-boot-tools usbutils openssh-server \
nocache debconf-utils"
nocache debconf-utils python3-apt"
# Non-essential packages for minimal build
PACKAGE_LIST_ADDITIONAL="network-manager wireless-tools lsof htop mmc-utils wget nano sysstat net-tools resolvconf"
@ -153,7 +153,7 @@ if [[ "$BUILD_MINIMAL" != "yes" ]]; then
# Essential packages
PACKAGE_LIST="$PACKAGE_LIST bridge-utils build-essential fbset \
iw wpasupplicant sudo curl linux-base crda \
wireless-regdb python3-apt unattended-upgrades \
wireless-regdb unattended-upgrades \
console-setup unicode-data initramfs-tools \
ca-certificates expect iptables automake html2text \
bison flex libwrap0-dev libssl-dev libnl-3-dev libnl-genl-3-dev keyboard-configuration"