Merge pull request #954 from tjjh89017/arm64

T7405: add missing dependency kpartx for all archs
This commit is contained in:
Christian Breunig 2025-04-28 21:28:37 +02:00 committed by GitHub
commit a4318d2228
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,8 @@ RUN apt-get update && apt-get install -y \
live-build \ live-build \
gdisk \ gdisk \
sbsigntool \ sbsigntool \
dosfstools dosfstools \
kpartx
# Packages for TPM test # Packages for TPM test
RUN apt-get update && apt-get install -y swtpm RUN apt-get update && apt-get install -y swtpm
@ -285,7 +286,6 @@ RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
# This is only supported on i386 and amd64 platforms # This is only supported on i386 and amd64 platforms
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \ RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
apt-get update && apt-get install -y \ apt-get update && apt-get install -y \
kpartx \
parted \ parted \
udev \ udev \
grub-pc \ grub-pc \