Skip to content

Commit

Permalink
Update docker hardware image to Debian 13 for FFmpeg 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Feb 6, 2024
1 parent b08b883 commit f237119
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hardware.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# syntax=docker/dockerfile:labs

# 0. Prepare images
# only debian 12 (bookworm) has latest ffmpeg
ARG DEBIAN_VERSION="bookworm-slim"
# only debian 13 (trixie) has latest ffmpeg
# https://packages.debian.org/trixie/ffmpeg
ARG DEBIAN_VERSION="trixie-slim"
ARG GO_VERSION="1.21-bookworm"
ARG NGROK_VERSION="3"

Expand Down Expand Up @@ -47,7 +48,7 @@ RUN rm -f /etc/apt/apt.conf.d/docker-clean \
# 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 && \
echo 'deb http://deb.debian.org/debian trixie 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 \
Expand Down

0 comments on commit f237119

Please sign in to comment.