Skip to content

Commit 6f6fdf3

Browse files
committed
RE1-T119 PR#385 fix
1 parent ca798f1 commit 6f6fdf3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Web/Resgrid.Web.Tts/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ RUN apt-get update \
3232
xz-utils \
3333
&& rm -rf /var/lib/apt/lists/* \
3434
&& curl -fsSL --retry 3 --retry-delay 5 "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz" -o /tmp/ffmpeg.tar.xz \
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 \
3538
&& tar -xf /tmp/ffmpeg.tar.xz -C /tmp \
3639
&& mkdir -p /usr/local/bin \
3740
&& ffmpeg_path=$(find /tmp -name 'ffmpeg' -type f -executable -not -path '*/lib/*' -print -quit) \

0 commit comments

Comments
 (0)