Skip to content

Commit

Permalink
Fix build (blakeblackshear#14398)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored Oct 17, 2024
1 parent 5f77408 commit edaccd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/main/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edaccd8

Please sign in to comment.