[ 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:
parent
d3b6800611
commit
643202fa07
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user