Skip to content

Commit d21a76a

Browse files
authored
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 <[email protected]>
1 parent 4fcd87c commit d21a76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devops/vulkan.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ WORKDIR /app
5050

5151
RUN apt-get update \
5252
&& apt-get install -y \
53+
build-essential \
5354
git \
5455
python3 \
5556
python3-pip \

0 commit comments

Comments
 (0)