From d224a57247d5b0228043414b7cebdcd2e6b5c0f7 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 16 Oct 2024 16:30:32 -0600 Subject: [PATCH] Fix build --- docker/main/install_deps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/main/install_deps.sh b/docker/main/install_deps.sh index c63c015d3..46f2a5357 100755 --- a/docker/main/install_deps.sh +++ b/docker/main/install_deps.sh @@ -76,6 +76,9 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then apt-get -qq install --no-install-recommends --no-install-suggests -y \ i965-va-driver-shaders + # intel packages use zst compression so we need to update dpkg + apt-get install -y dpkg + rm -f /etc/apt/sources.list.d/debian-bookworm.list # use intel apt intel packages