From ab14812771d5219f7306cd78f15ea32fc2facaa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 15 Sep 2022 08:18:59 +0200 Subject: [PATCH] Since latest changes to the partition handling we need to add new dependency to the build host & docker (#4187) --- config/templates/Dockerfile | 1 + lib/general.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/templates/Dockerfile b/config/templates/Dockerfile index 814b9f2dac..3666170d12 100644 --- a/config/templates/Dockerfile +++ b/config/templates/Dockerfile @@ -49,6 +49,7 @@ RUN apt-get update \ dwarves \ f2fs-tools \ fakeroot \ + fdisk \ flex \ gawk \ gcc-aarch64-linux-gnu \ diff --git a/lib/general.sh b/lib/general.sh index 79956c9414..f91f4ca699 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -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