and ffprobe

This commit is contained in:
Jesse Bannon 2022-11-14 23:07:37 -08:00
parent 2cb0019881
commit 0ed9a262be

View file

@ -21,6 +21,7 @@ RUN apk update --no-cache && \
mv ffmpeg_out/bin/* /usr/bin/ && \
rm -rf ffmpeg.tar.xz ffmpeg_out/ && \
ffmpeg -version && \
ffprobe -version && \
apk del \
python3 \
py3-pip && \