Update Dockerfile - va-driver-all (#7408)

This commit is contained in:
Nico198X
2026-01-30 16:46:08 +01:00
committed by GitHub
parent 0920f5fa82
commit eb3ab61638
+2 -1
View File
@@ -4,7 +4,8 @@ ARG ALREADY_BUILT=0
# Install dependencies
RUN apt update \
&& apt install -y --no-install-recommends openssl ffmpeg python3 python3-pip ca-certificates gnupg gosu build-essential curl git va-driver-all \
&& apt install -y --no-install-recommends openssl ffmpeg python3 python3-pip ca-certificates gnupg gosu build-essential curl git \
&& apt install -y va-driver-all \ # needs to install recommends
&& gosu nobody true \
&& rm /var/lib/apt/lists/* -fR