Skip to content

Commit

Permalink
Install ffmpeg in the Dockerfile
Browse files Browse the repository at this point in the history
So that's what "No such file or directory" means...
  • Loading branch information
Steffo99 committed Nov 8, 2022
1 parent 3ac4350 commit 9221281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM files AS system
RUN apt-get update -y
RUN apt-get upgrade -y
RUN apt-get install -y libopus-dev
RUN apt-get install -y ffmpeg

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

0 comments on commit 9221281

Please sign in to comment.