docker : fix vulkan build (#19352)

This commit is contained in:
Sigbjørn Skjæret 2026-02-05 11:10:39 +01:00 committed by GitHub
parent a4ea7a188f
commit b828e18c75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ RUN apt-get update \
build-essential \
git \
python3 \
python3-dev \
python3-pip \
python3-wheel \
&& pip install --break-system-packages --upgrade setuptools \