Skip to content

Commit

Permalink
Add mesa-va-drivers for docker hardware image
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jan 31, 2024
1 parent 4b62a6e commit b08b883
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardware.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean \
# Install ffmpeg, bash (for run.sh), tini (for signal handling),
# and other common tools for the echo source.
# non-free for Intel QSV support (not used by go2rtc, just for tests)
# mesa-va-drivers for AMD APU
# libasound2-plugins for ALSA support
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked --mount=type=cache,target=/var/lib/apt,sharing=locked \
echo 'deb http://deb.debian.org/debian bookworm non-free' > /etc/apt/sources.list.d/debian-non-free.list && \
apt-get -y update && apt-get -y install tini ffmpeg \
python3 curl jq \
intel-media-va-driver-non-free \
mesa-va-drivers \
libasound2-plugins

COPY --link --from=rootfs / /
Expand Down

0 comments on commit b08b883

Please sign in to comment.