why
This commit is contained in:
parent
79a35d37a9
commit
f5c83e3993
1 changed files with 1 additions and 3 deletions
|
|
@ -20,7 +20,6 @@ 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/local/bin/ && \
|
mv ffmpeg_out/bin/* /usr/local/bin/ && \
|
||||||
rm -rf ffmpeg.tar.xz ffmpeg_out/ && \
|
rm -rf ffmpeg.tar.xz ffmpeg_out/ && \
|
||||||
hash -r && \
|
|
||||||
apk del \
|
apk del \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip && \
|
py3-pip && \
|
||||||
|
|
@ -37,8 +36,7 @@ RUN apk update --no-cache && \
|
||||||
make \
|
make \
|
||||||
py3-setuptools
|
py3-setuptools
|
||||||
|
|
||||||
RUN ls -lh /usr/local/bin | grep ff && \
|
RUN ls -lh /usr/local/bin/ffmpeg \
|
||||||
hash -r && \
|
|
||||||
echo $PATH && \
|
echo $PATH && \
|
||||||
/usr/local/bin/ffmpeg -version && \
|
/usr/local/bin/ffmpeg -version && \
|
||||||
ffmpeg -version && \
|
ffmpeg -version && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue