featuer: ffmpeg base on debian trixie
This commit is contained in:
5
ffmpeg-debian.dockerfile
Normal file
5
ffmpeg-debian.dockerfile
Normal 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/*
|
||||||
Reference in New Issue
Block a user