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

make ffmpeg-fetch.sh script executable
This commit is contained in:
mholmqvist
2023-01-06 21:03:15 +01:00
committed by GitHub

View File

@@ -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