ffmpeg version
This commit is contained in:
parent
67f68d4de4
commit
ce3f6d2074
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ RUN mkdir -p /config && \
|
||||||
rm ffmpeg.tar.gz && \
|
rm ffmpeg.tar.gz && \
|
||||||
rm -rf ffmpeg-master-latest-linuxarm64-gpl/ ; \
|
rm -rf ffmpeg-master-latest-linuxarm64-gpl/ ; \
|
||||||
fi && \
|
fi && \
|
||||||
|
# Ensure ffmpeg is installed
|
||||||
|
ffmpeg -version && \
|
||||||
# Install phantomjs if using x86_64, ensure it is properly installed
|
# Install phantomjs if using x86_64, ensure it is properly installed
|
||||||
if [[ $(uname -m) == "x86_64" ]]; then \
|
if [[ $(uname -m) == "x86_64" ]]; then \
|
||||||
cd /usr/share && \
|
cd /usr/share && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue