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 <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-10-24 10:05:23 +01:00
parent 8863215954
commit 561a7efe58

View File

@@ -69,6 +69,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
clang-18 \
coreutils \
cpio \
cryptsetup \
curl \
device-tree-compiler \
dosfstools \