Install gdisk/dosfstools on nodepool-builder images

gdisk includes sgdisk which is used to create GPT partitions on disks.
EFI partitions are vfat so need dosfstools.  This is used by DIB when
creating images with a EFI setup as with arm64 image builds.

Change-Id: I57891d6890a3db6acb42c149c3a05ab25f423385
This commit is contained in:
Clark Boylan 2020-09-08 16:50:00 -07:00 committed by Ian Wienand
parent 65542a21c8
commit 7b55d54365

View File

@ -77,6 +77,8 @@ RUN \
&& apt-get install -y \
curl \
debian-keyring \
dosfstools \
gdisk \
git \
kpartx \
qemu-utils \