Skip to content

Commit edaccd8

Browse files
authored
1 parent 5f77408 commit edaccd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/main/install_deps.sh

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then
7676
apt-get -qq install --no-install-recommends --no-install-suggests -y \
7777
i965-va-driver-shaders
7878

79+
# intel packages use zst compression so we need to update dpkg
80+
apt-get install -y dpkg
81+
7982
rm -f /etc/apt/sources.list.d/debian-bookworm.list
8083

8184
# use intel apt intel packages

0 commit comments

Comments
 (0)