summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorDate Huang <tjjh89017@hotmail.com>2025-04-27 01:24:12 +0800
committerDate Huang <tjjh89017@hotmail.com>2025-04-27 14:39:20 +0800
commitb8942277501002fde4f45c3d1449e80862ff2dde (patch)
tree5d028349279f2ec2002a88387187670fcf965b95 /docker
parentdb23b29ceb56a19873f00426f15f67503361de36 (diff)
downloadvyos-build-b8942277501002fde4f45c3d1449e80862ff2dde.tar.gz
vyos-build-b8942277501002fde4f45c3d1449e80862ff2dde.zip
T7405: add missing dependency kpartx for all archs
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 36992bd2..1b73ca66 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -109,7 +109,8 @@ RUN apt-get update && apt-get install -y \
live-build \
gdisk \
sbsigntool \
- dosfstools
+ dosfstools \
+ kpartx
# Packages for TPM test
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
RUN if dpkg-architecture -ii386 || dpkg-architecture -iamd64; then \
apt-get update && apt-get install -y \
- kpartx \
parted \
udev \
grub-pc \