From 327235c45116418e5994e8c51769e994d2bd77e7 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 23 Jun 2019 00:15:18 +0000 Subject: [PATCH] be less silly next time (hard coded version number where it is dynamic) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d27f202..152ec12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ && 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-* \ && apk add --no-cache upx \ && upx /usr/bin/ffmpeg \