Skip to content

Commit

Permalink
Update Dockerfile.hwaccel
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jul 28, 2023
1 parent 59fd72d commit d7de34c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Dockerfile.hwaccel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ARG QSV
RUN if [ -n "$QSV" ]; then echo 'deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware' >/etc/apt/sources.list.d/debian-testing.list; fi \
&& apt-get update \
&& apt-get install -y curl tar xz-utils \
${QSV:+i965-va-driver intel-media-va-driver-non-free libmfx1 libva-drm2 libx11-6 && apt-get install i965-va-driver-shaders} \
${QSV:+i965-va-driver intel-media-va-driver-non-free intel-opencl-icd libmfx1 libva-drm2 libx11-6} \
&& if [ -n "$QSV" ]; apt-get install i965-va-driver-shader; fi \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY . /build/app/
Expand Down

0 comments on commit d7de34c

Please sign in to comment.