Update ffmpeg link
This commit is contained in:
parent
f46b8b2dba
commit
67c5ffb7d7
|
@ -15,7 +15,7 @@ WORKDIR /opt/octoprint
|
||||||
|
|
||||||
#install ffmpeg
|
#install ffmpeg
|
||||||
RUN cd /tmp \
|
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 \
|
&& mkdir -p /opt/ffmpeg \
|
||||||
&& tar xvf ffmpeg.tar.xz -C /opt/ffmpeg --strip-components=1 \
|
&& tar xvf ffmpeg.tar.xz -C /opt/ffmpeg --strip-components=1 \
|
||||||
&& rm -Rf /tmp/*
|
&& rm -Rf /tmp/*
|
||||||
|
|
Loading…
Reference in New Issue