featuer: ffmpeg base on debian trixie

This commit is contained in:
xkm
2025-10-16 17:14:53 +08:00
parent 8f5bec729f
commit 39e8e08e6b
2 changed files with 14 additions and 0 deletions

5
ffmpeg-debian.dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM reg.xd.xkm.be/xdu/debian:trixie
RUN apt update && \
(apt install -y ffmpeg || apt install -y ffmpeg) && \
rm -rf /var/lib/apt/lists/*