summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-04-28 21:28:37 +0200
committerGitHub <noreply@github.com>2025-04-28 21:28:37 +0200
commita4318d2228221e437da7e4c349d85c231d969543 (patch)
tree5d028349279f2ec2002a88387187670fcf965b95
parentdb23b29ceb56a19873f00426f15f67503361de36 (diff)
parentb8942277501002fde4f45c3d1449e80862ff2dde (diff)
downloadvyos-build-a4318d2228221e437da7e4c349d85c231d969543.tar.gz
vyos-build-a4318d2228221e437da7e4c349d85c231d969543.zip
Merge pull request #954 from tjjh89017/arm64
T7405: add missing dependency kpartx for all archs
-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 \