Skip to content

Commit

Permalink
HandBrake requires FFmpeg v6
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 authored Mar 6, 2023
1 parent f14252f commit afdf185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ RUN wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.down
RUN add-apt-repository -y ppa:savoury1/graphics \
&& add-apt-repository -y ppa:savoury1/multimedia \
&& add-apt-repository -y ppa:savoury1/ffmpeg4 \
&& add-apt-repository -y ppa:savoury1/ffmpeg5 \
&& add-apt-repository -y ppa:savoury1/ffmpeg6 \
&& apt-get update \
&& apt-get install -y ffmpeg \
&& ffmpeg -version
Expand Down

0 comments on commit afdf185

Please sign in to comment.