From 67c5ffb7d79c057c75f37d508d12abc96c66ddb4 Mon Sep 17 00:00:00 2001 From: Sillyfrog Date: Sat, 30 Mar 2019 23:12:41 +1000 Subject: [PATCH] Update ffmpeg link --- Dockerfile.KlipperOctoprint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.KlipperOctoprint b/Dockerfile.KlipperOctoprint index cc90aa6..6695a57 100644 --- a/Dockerfile.KlipperOctoprint +++ b/Dockerfile.KlipperOctoprint @@ -15,7 +15,7 @@ WORKDIR /opt/octoprint #install ffmpeg RUN cd /tmp \ - && wget -O ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-32bit-static.tar.xz \ + && wget -O ffmpeg.tar.xz https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.0.3-32bit-static.tar.xz \ && mkdir -p /opt/ffmpeg \ && tar xvf ffmpeg.tar.xz -C /opt/ffmpeg --strip-components=1 \ && rm -Rf /tmp/*