run after
This commit is contained in:
parent
04f523ee35
commit
a50a0e8f20
1 changed files with 4 additions and 3 deletions
|
|
@ -20,9 +20,6 @@ RUN apk update --no-cache && \
|
|||
tar -xf ffmpeg.tar.xz -C ffmpeg_out/ --strip-components 1 && \
|
||||
mv ffmpeg_out/bin/* /usr/local/bin/ && \
|
||||
rm -rf ffmpeg.tar.xz ffmpeg_out/ && \
|
||||
ls -lh /usr/local/bin | grep ff && \
|
||||
ffmpeg -version && \
|
||||
ffprobe -version && \
|
||||
apk del \
|
||||
python3 \
|
||||
py3-pip && \
|
||||
|
|
@ -39,6 +36,10 @@ RUN apk update --no-cache && \
|
|||
make \
|
||||
py3-setuptools
|
||||
|
||||
RUN ls -lh /usr/local/bin | grep ff && \
|
||||
ffmpeg -version && \
|
||||
ffprobe -version
|
||||
|
||||
###############################################################################
|
||||
# CONTAINER CONFIGS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue