feat: ffmpeg image

This commit is contained in:
2025-07-20 14:47:05 +05:30
parent 7163691fa0
commit 64c674a750

11
ffmpeg Normal file
View File

@@ -0,0 +1,11 @@
FROM python:3.13-alpine3.21
RUN apk add --no-cache \
ffmpeg
RUN pip install yt-dlp
WORKDIR /mount
VOLUME /mount
ENTRYPOINT ["yt-dlp"]