Skip to content

Commit

Permalink
Add in fdisk and gpg into the Bullseye image
Browse files Browse the repository at this point in the history
Fixes sonic-net#9011.

Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
  • Loading branch information
saiarcot895 committed Nov 9, 2021
1 parent 4a7e765 commit bd293b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bd293b6

Please sign in to comment.