Since latest changes to the partition handling we need to add new dependency to the build host & docker (#4187)

This commit is contained in:
Igor Pečovnik
2022-09-15 08:18:59 +02:00
committed by GitHub
parent 8643161567
commit ab14812771
2 changed files with 2 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ RUN apt-get update \
dwarves \
f2fs-tools \
fakeroot \
fdisk \
flex \
gawk \
gcc-aarch64-linux-gnu \

View File

@@ -1409,7 +1409,7 @@ prepare_host()
nfs-kernel-server ntpdate p7zip-full parted patchutils pigz pixz \
pkg-config pv python3-dev python3-distutils qemu-user-static rsync swig \
systemd-container u-boot-tools udev unzip uuid-dev wget whiptail zip \
zlib1g-dev zstd"
zlib1g-dev zstd fdisk"
if [[ $(dpkg --print-architecture) == amd64 ]]; then