-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: CI/CD
-
Epic Link:
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.17
-
Story Points:1
Since NXP-27578 we do try to install ffmpeg and ccextractor in the docker image but as the nuxeo Yum repository is not configured, yum install doesn't install them and doesn't fail (default behavior).
We need to add the nuxeo.repo configuration to the build stage in order to install these packages.
At the same time, we can add --setopt=skip_missing_names_on_install=False to yum install to make it fail when a dependency is missing.