From: Eric Curtin Date: Thu, 27 Nov 2025 10:35:47 +0000 (+0000) Subject: devops: Add build-essential to Ubuntu 26.04 image (#17531) X-Git-Tag: upstream/0.0.7446~272 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d21a76ac38ca9d95be610f72b613c7455fa04103;p=pkg%2Fggml%2Fsources%2Fllama.cpp devops: Add build-essential to Ubuntu 26.04 image (#17531) This is no longer passing the build, needs more packages. Signed-off-by: Eric Curtin --- diff --git a/.devops/vulkan.Dockerfile b/.devops/vulkan.Dockerfile index ebf23ba5..fd7195c5 100644 --- a/.devops/vulkan.Dockerfile +++ b/.devops/vulkan.Dockerfile @@ -50,6 +50,7 @@ WORKDIR /app RUN apt-get update \ && apt-get install -y \ + build-essential \ git \ python3 \ python3-pip \