This commit is contained in:
Jesse Bannon 2023-03-24 10:07:52 -07:00
parent ce3f6d2074
commit 90d6f71ff3

View file

@ -24,6 +24,7 @@ RUN mkdir -p /config && \
chmod +x ffmpeg-master-latest-linux64-gpl/bin/ffprobe && \ chmod +x ffmpeg-master-latest-linux64-gpl/bin/ffprobe && \
mv ffmpeg-master-latest-linux64-gpl/bin/ffmpeg /usr/bin/ffmpeg && \ mv ffmpeg-master-latest-linux64-gpl/bin/ffmpeg /usr/bin/ffmpeg && \
mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe /usr/bin/ffprobe && \ mv ffmpeg-master-latest-linux64-gpl/bin/ffprobe /usr/bin/ffprobe && \
ls -lh /usr/bin && \
rm ffmpeg.tar.gz && \ rm ffmpeg.tar.gz && \
rm -rf ffmpeg-master-latest-linux64-gpl/ ; \ rm -rf ffmpeg-master-latest-linux64-gpl/ ; \
else \ else \