Merge pull request #3427 from hamaadraza/master

Fix ffmpeg Install
This commit is contained in:
Dawid Makowski
2023-08-16 11:15:31 +02:00
committed by GitHub

View File

@@ -1012,6 +1012,7 @@ USER root
ARG INSTALL_FFMPEG=false
RUN if [ ${INSTALL_FFMPEG} = true ]; then \
apt-get update -y && \
apt-get -y install ffmpeg \
;fi