This commit is contained in:
Jesse Bannon 2022-11-14 23:15:27 -08:00
parent 0ed9a262be
commit a75ea5a64f

View file

@ -20,6 +20,7 @@ RUN apk update --no-cache && \
tar -xf ffmpeg.tar.xz -C ffmpeg_out/ --strip-components 1 && \ tar -xf ffmpeg.tar.xz -C ffmpeg_out/ --strip-components 1 && \
mv ffmpeg_out/bin/* /usr/bin/ && \ mv ffmpeg_out/bin/* /usr/bin/ && \
rm -rf ffmpeg.tar.xz ffmpeg_out/ && \ rm -rf ffmpeg.tar.xz ffmpeg_out/ && \
ls -lh /usr/bin | grep ff && \
ffmpeg -version && \ ffmpeg -version && \
ffprobe -version && \ ffprobe -version && \
apk del \ apk del \