From f14e3a25a14b53854a2570f632767fbcfd62d08e Mon Sep 17 00:00:00 2001 From: Jo Zzsi Date: Sat, 27 Sep 2025 11:13:14 -0400 Subject: [PATCH] fix(debian): no need to change permissions CI runs as root, no need to customize the Debian container. Fixes the following error ``` chmod: cannot operate on dangling symlink '/boot/vmlinuz' chmod: cannot operate on dangling symlink '/boot/vmlinuz.old' ``` --- test/container/Dockerfile-debian | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/container/Dockerfile-debian b/test/container/Dockerfile-debian index 36ca52453..6eb663ffb 100644 --- a/test/container/Dockerfile-debian +++ b/test/container/Dockerfile-debian @@ -99,6 +99,4 @@ RUN \ tpm2-tools \ xorriso \ zstd \ - && apt-get clean \ - && chmod a+r /boot/vmlinu* - + && apt-get clean -- 2.47.3