ffmpeg version

This commit is contained in:
Jesse Bannon 2023-03-24 10:01:57 -07:00
parent 67f68d4de4
commit ce3f6d2074

View file

@ -36,6 +36,8 @@ RUN mkdir -p /config && \
rm ffmpeg.tar.gz && \
rm -rf ffmpeg-master-latest-linuxarm64-gpl/ ; \
fi && \
# Ensure ffmpeg is installed
ffmpeg -version && \
# Install phantomjs if using x86_64, ensure it is properly installed
if [[ $(uname -m) == "x86_64" ]]; then \
cd /usr/share && \