From 561a7efe587338d2f56af418ea3b6b245d23902f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 24 Oct 2025 10:05:23 +0100 Subject: [PATCH] docker: Add cryptsetup package for LUKS testing Add cryptsetup to the CI Docker image to enable LUKS encryption tests. This is needed to create test images. Signed-off-by: Simon Glass --- tools/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index ba98a293e4b..4665304fbfc 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -69,6 +69,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ clang-18 \ coreutils \ cpio \ + cryptsetup \ curl \ device-tree-compiler \ dosfstools \