diff --git a/editly/Dockerfile b/editly/Dockerfile index 2630894..354b6d2 100644 --- a/editly/Dockerfile +++ b/editly/Dockerfile @@ -7,7 +7,11 @@ MAINTAINER EasyPi Software Foundation RUN set -xe \ && apt update \ - && apt install -y dumb-init ffmpeg fonts-noto-cjk xvfb \ + && apt install -y curl dumb-init fonts-noto-cjk xvfb xz-utils \ + && curl -sSL https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz \ + | tar xJC /usr/bin/ ffmpeg-4.4-amd64-static/ffprobe ffmpeg-4.4-amd64-static/ffmpeg --strip 1 \ + && ffmpeg -version \ + && ffprobe -version \ && rm -rf /var/lib/apt/lists/* RUN npm install --global --unsafe-perm editly