瀏覽代碼

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 <eric.curtin@docker.com>
Eric Curtin 1 月之前
父節點
當前提交
d21a76ac38
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .devops/vulkan.Dockerfile

+ 1 - 0
.devops/vulkan.Dockerfile

@@ -50,6 +50,7 @@ WORKDIR /app
 
 RUN apt-get update \
     && apt-get install -y \
+    build-essential \
     git \
     python3 \
     python3-pip \