[Concept,12/24] docker: Add cryptsetup package for LUKS testing

Message ID 20251031065439.3251464-13-sjg@u-boot.org
State New
Headers
Series luks: Provide basic support for unlocking a LUKS1 partition |

Commit Message

Simon Glass Oct. 31, 2025, 6:54 a.m. UTC
  From: Simon Glass <sjg@chromium.org>

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>
---

 tools/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
  

Patch

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 \