We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac4350 commit 9221281Copy full SHA for 9221281
Dockerfile
@@ -6,6 +6,7 @@ FROM files AS system
6
RUN apt-get update -y
7
RUN apt-get upgrade -y
8
RUN apt-get install -y libopus-dev
9
+RUN apt-get install -y ffmpeg
10
11
FROM system AS ytdlp
12
RUN wget "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux" --output-document=/usr/bin/yt-dlp
0 commit comments