We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f77408 commit edaccd8Copy full SHA for edaccd8
docker/main/install_deps.sh
@@ -76,6 +76,9 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then
76
apt-get -qq install --no-install-recommends --no-install-suggests -y \
77
i965-va-driver-shaders
78
79
+ # intel packages use zst compression so we need to update dpkg
80
+ apt-get install -y dpkg
81
+
82
rm -f /etc/apt/sources.list.d/debian-bookworm.list
83
84
# use intel apt intel packages
0 commit comments