make ffmpeg-fetch.sh script executable

When starting from git clone its' needed to set +x on ffmpeg-fetch.sh. Else the build fails.
pull/812/head^2
mholmqvist 2 years ago committed by GitHub
parent 9c0a77cb6e
commit 01e65a9c25
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