mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #954 from tjjh89017/arm64
T7405: add missing dependency kpartx for all archs
This commit is contained in:
commit
a4318d2228
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user