From edaccd86d61d70baa34266d47faf7c8aa0eed50e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 16 Oct 2024 18:26:47 -0600 Subject: [PATCH] Fix build (#14398) --- 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