31 Oct
                
                    2025
                
            
            
                31 Oct
                
                '25
                
            
            
            
        
    
                6:54 a.m.
            
        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(+) 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 \ -- 2.43.0