From bd293b6b39b421d8de4dc365fa37e3baf0fc39b6 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Thu, 28 Oct 2021 21:24:26 -0700 Subject: [PATCH] Add in fdisk and gpg into the Bullseye image Fixes #9011. Signed-off-by: Saikrishna Arcot --- build_debian.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_debian.sh b/build_debian.sh index 164b4f903452..e609a08783fc 100755 --- a/build_debian.sh +++ b/build_debian.sh @@ -269,6 +269,7 @@ fi ## Note: parted is needed for partprobe in install.sh ## Note: ca-certificates is needed for easy_install ## Note: don't install python-apt by pip, older than Debian repo one +## Note: fdisk and gpg are needed by fwutil sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y install \ file \ ifmetric \ @@ -321,6 +322,8 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in libprotobuf23 \ libgrpc++ \ haveged \ + fdisk \ + gpg \ jq if [[ $CONFIGURED_ARCH == amd64 ]]; then