Skip to content

Commit 5fcb108

Browse files
authored
Merge pull request #386 from Resgrid/develop
RE1-T119 Build fix
2 parents 700ae88 + 09b2e1b commit 5fcb108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Web/Resgrid.Web.Tts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN apt-get update \
3535
&& curl -fsSL "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz.md5" -o /tmp/ffmpeg.tar.xz.md5 \
3636
&& echo "$(awk '{print $1}' /tmp/ffmpeg.tar.xz.md5) /tmp/ffmpeg.tar.xz" | md5sum -c - \
3737
&& rm -f /tmp/ffmpeg.tar.xz.md5 \
38-
&& tar -xf /tmp/ffmpeg.tar.xz -C /tmp \
38+
&& tar -xJf /tmp/ffmpeg.tar.xz -C /tmp \
3939
&& mkdir -p /usr/local/bin \
4040
&& ffmpeg_path=$(find /tmp -name 'ffmpeg' -type f -executable -not -path '*/lib/*' -print -quit) \
4141
&& test -n "$ffmpeg_path" && cp "$ffmpeg_path" /usr/local/bin/ffmpeg \

0 commit comments

Comments
 (0)