The source project of this merge request has been removed.
build(docker): Add dedicated ffmpeg image for scheduled tasks
This PR add a new dedicated image for ffmpeg scheduled tasks (videoclip generation for example).
This fix the freeze with the static build of ffmpeg in the application container. This new image is optional in docker deployments and should be added only by users who want to use the videoclip feature.
You will need to set the DOCKER_IMAGE_FFMPEG
CI variable with the image name.