Using testing repo for hwaccel dependencies

This commit is contained in:
Nick Mowen 2022-11-10 18:32:04 -07:00
parent 42bc372d6e
commit eff932fe49

View File

@ -92,7 +92,9 @@ RUN apt-get -qq update \
fi \
# arch specific packages
&& if [ "${TARGETARCH}" = "amd64" ]; then \
apt-get -qq install --no-install-recommends --no-install-suggests -y \
echo 'deb http://deb.debian.org/debian testing main non-free' >> /etc/apt/sources.list.d/deb.list \
&& apt-get -qq update \
&& apt-get -qq install --no-install-recommends --no-install-suggests -y \
mesa-va-drivers libva-drm2 intel-media-va-driver-non-free i965-va-driver libmfx1; \
fi \
&& if [ "${TARGETARCH}" = "arm64" ]; then \