We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 700ae88 + 09b2e1b commit 5fcb108Copy full SHA for 5fcb108
1 file changed
Web/Resgrid.Web.Tts/Dockerfile
@@ -35,7 +35,7 @@ RUN apt-get update \
35
&& curl -fsSL "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz.md5" -o /tmp/ffmpeg.tar.xz.md5 \
36
&& echo "$(awk '{print $1}' /tmp/ffmpeg.tar.xz.md5) /tmp/ffmpeg.tar.xz" | md5sum -c - \
37
&& rm -f /tmp/ffmpeg.tar.xz.md5 \
38
- && tar -xf /tmp/ffmpeg.tar.xz -C /tmp \
+ && tar -xJf /tmp/ffmpeg.tar.xz -C /tmp \
39
&& mkdir -p /usr/local/bin \
40
&& ffmpeg_path=$(find /tmp -name 'ffmpeg' -type f -executable -not -path '*/lib/*' -print -quit) \
41
&& test -n "$ffmpeg_path" && cp "$ffmpeg_path" /usr/local/bin/ffmpeg \
0 commit comments