be less silly next time (hard coded version number where it is dynamic)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d63397b1ed
commit
327235c451
|
@ -24,7 +24,7 @@ RUN wget -O /usr/bin/youtube-dl https://yt-dl.org/downloads/latest/youtube-dl \
|
||||||
|
|
||||||
RUN wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz \
|
RUN wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz \
|
||||||
&& tar xvf ffmpeg-git-amd64-static.tar.xz '*/ffmpeg' || true \
|
&& tar xvf ffmpeg-git-amd64-static.tar.xz '*/ffmpeg' || true \
|
||||||
&& mv ffmpeg-git-20190527-amd64-static/ffmpeg /usr/bin/ffmpeg \
|
&& mv ffmpeg-git-*-amd64-static/ffmpeg /usr/bin/ffmpeg \
|
||||||
&& rm -rf ffmpeg-git-* \
|
&& rm -rf ffmpeg-git-* \
|
||||||
&& apk add --no-cache upx \
|
&& apk add --no-cache upx \
|
||||||
&& upx /usr/bin/ffmpeg \
|
&& upx /usr/bin/ffmpeg \
|
||||||
|
|
Reference in a new issue