and ffprobe
This commit is contained in:
parent
2cb0019881
commit
0ed9a262be
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ RUN apk update --no-cache && \
|
||||||
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/ && \
|
||||||
ffmpeg -version && \
|
ffmpeg -version && \
|
||||||
|
ffprobe -version && \
|
||||||
apk del \
|
apk del \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip && \
|
py3-pip && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue