local
This commit is contained in:
parent
a75ea5a64f
commit
04f523ee35
1 changed files with 2 additions and 2 deletions
|
|
@ -18,9 +18,9 @@ RUN apk update --no-cache && \
|
||||||
fi && \
|
fi && \
|
||||||
mkdir ffmpeg_out && \
|
mkdir ffmpeg_out && \
|
||||||
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/local/bin/ && \
|
||||||
rm -rf ffmpeg.tar.xz ffmpeg_out/ && \
|
rm -rf ffmpeg.tar.xz ffmpeg_out/ && \
|
||||||
ls -lh /usr/bin | grep ff && \
|
ls -lh /usr/local/bin | grep ff && \
|
||||||
ffmpeg -version && \
|
ffmpeg -version && \
|
||||||
ffprobe -version && \
|
ffprobe -version && \
|
||||||
apk del \
|
apk del \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue