Skip to content

Commit 9221281

Browse files
committed
Install ffmpeg in the Dockerfile
So that's what "No such file or directory" means...
1 parent 3ac4350 commit 9221281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ FROM files AS system
66
RUN apt-get update -y
77
RUN apt-get upgrade -y
88
RUN apt-get install -y libopus-dev
9+
RUN apt-get install -y ffmpeg
910

1011
FROM system AS ytdlp
1112
RUN wget "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux" --output-document=/usr/bin/yt-dlp

0 commit comments

Comments
 (0)