diff --git a/Dockerfile b/Dockerfile index 197433d1..2ee71ec1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,10 +56,10 @@ RUN apt-get update -y && apt-get -y upgrade && apt-get install --no-install-reco apt-get clean RUN wget -q https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz && \ - mkdir -p tmp && \ - tar -xf ffmpeg-release-amd64-static.tar.xz --strip-components 1 -C tmp && \ - cp -v tmp/ffmpeg tmp/ffprobe tmp/qt-faststart /usr/local/bin && \ - rm -rf tmp ffmpeg-release-amd64-static.tar.xz + mkdir -p ffmpeg-tmp && \ + tar -xf ffmpeg-release-amd64-static.tar.xz --strip-components 1 -C ffmpeg-tmp && \ + cp -v ffmpeg-tmp/ffmpeg ffmpeg-tmp/ffprobe ffmpeg-tmp/qt-faststart /usr/local/bin && \ + rm -rf ffmpeg-tmp ffmpeg-release-amd64-static.tar.xz WORKDIR /home/mediacms.io/mediacms