From be8a3144969a562174ccc180ca690a4f3177119a Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 5 Jul 2025 17:33:17 +0200 Subject: [PATCH] Vulkansdk needs sudo Signed-off-by: Ettore Di Giacinto --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7b065769..d365538bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN < /run/localai/capability && \ if [ "amd64" = "$TARGETARCH" ]; then wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key add - && \ @@ -49,6 +49,7 @@ RUN <