Add in fdisk and gpg into the Bullseye image
Fixes #9011. Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
This commit is contained in:
parent
2847265bfd
commit
8080a92879
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user