basically working fully w/ mp3
This commit is contained in:
@ -2,5 +2,7 @@
|
|||||||
|
|
||||||
FROM python:3-bookworm
|
FROM python:3-bookworm
|
||||||
|
|
||||||
|
RUN apt update && apt install -y ffmpeg
|
||||||
|
|
||||||
RUN wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp
|
RUN wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp
|
||||||
RUN chmod +x ./yt-dlp
|
RUN chmod +x ./yt-dlp
|
||||||
|
Reference in New Issue
Block a user