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:
parent
65542a21c8
commit
7b55d54365
@ -77,6 +77,8 @@ RUN \
|
|||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
debian-keyring \
|
debian-keyring \
|
||||||
|
dosfstools \
|
||||||
|
gdisk \
|
||||||
git \
|
git \
|
||||||
kpartx \
|
kpartx \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
|
Loading…
Reference in New Issue
Block a user