Merge pull request #812 from mholmqvist/mholmqvist-patch-1

Mholmqvist patch 1
pull/808/merge
Tzahi12345 2 years ago committed by GitHub
commit da17d903e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,7 @@ FROM ubuntu:22.04 AS ffmpeg
ENV DEBIAN_FRONTEND=noninteractive
# Use script due local build compability
COPY ffmpeg-fetch.sh .
RUN chmod +x ffmpeg-fetch.sh
RUN sh ./ffmpeg-fetch.sh

@ -26,7 +26,7 @@ apt-get update && apt-get -y install curl xz-utils
echo "(2/5) DOWNLOAD - Acquire latest ffmpeg and ffprobe from John van Sickle's master-sourced builds in ffmpeg obtain layer"
curl -o ffmpeg.txz \
--connect-timeout 5 \
--max-time 10 \
--max-time 120 \
--retry 5 \
--retry-delay 0 \
--retry-max-time 40 \

Loading…
Cancel
Save