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 <