Skip to content

Commit

Permalink
Updated ffmpeg md5 again
Browse files Browse the repository at this point in the history
  • Loading branch information
redshodan committed Dec 30, 2018
1 parent 2e5dd6c commit c25ab63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN set -ex; \
# Install ffmpeg
ARG FFMPEG_CHANNEL=release
ARG FFMPEG_URL=https://johnvansickle.com/ffmpeg/releases/ffmpeg-$FFMPEG_CHANNEL-64bit-static.tar.xz
ARG FFMPEG_MD5=f3cb1a6f10604a853f1c56ec6ce2f31f
ARG FFMPEG_MD5=93e5c1a01bd4df99ecedaea6537765d2
RUN set -ex; \
cd /usr/src \
&& curl -fSL -o ffmpeg.tar.xz "$FFMPEG_URL" \
Expand Down

0 comments on commit c25ab63

Please sign in to comment.