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

make ffmpeg-fetch.sh script executable
pull/812/head
mholmqvist 3 years ago committed by GitHub
commit 8da050e5b3
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

Loading…
Cancel
Save