Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Dockerfile: fix FFmpeg download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
snh48live-admin committed Mar 12, 2019
1 parent 9ecba56 commit 7a21342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -14,7 +14,7 @@ RUN apt-get -yqq update && \
# Download and install a static build of the latest stable release of FFmpeg.
# Because asking Debian to provide a release branch that's less than two years
# old is a stretch (pun intended).
RUN wget --progress=dot:mega -O ffmpeg-static.tar.xz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz && \
RUN wget --progress=dot:mega -O ffmpeg-static.tar.xz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz && \
tar -xf ffmpeg-static.tar.xz --strip-components=1 --wildcards --no-anchored -C /usr/bin ffmpeg && \
rm ffmpeg-static.tar.xz

Expand Down

0 comments on commit 7a21342

Please sign in to comment.