Add i965 driver

This commit is contained in:
Nick Mowen 2022-08-22 19:48:32 -06:00
parent 19816ec675
commit b9c38bb50b

View File

@ -87,7 +87,7 @@ RUN apt-get -qq update \
# arch specific packages # arch specific packages
&& if [ "${TARGETARCH}" = "amd64" ]; then \ && if [ "${TARGETARCH}" = "amd64" ]; then \
apt-get -qq install --no-install-recommends --no-install-suggests -y \ apt-get -qq install --no-install-recommends --no-install-suggests -y \
mesa-va-drivers libva-drm2 intel-media-va-driver-non-free; \ mesa-va-drivers libva-drm2 intel-media-va-driver-non-free i965-va-driver; \
fi \ fi \
&& if [ "${TARGETARCH}" = "arm64" ]; then \ && if [ "${TARGETARCH}" = "arm64" ]; then \
apt-get -qq install --no-install-recommends --no-install-suggests -y \ apt-get -qq install --no-install-recommends --no-install-suggests -y \