Description of problem: There are some packages not available in the docker RHEL image running for the build. The packages indicated in the bindep file after the `# Dependency for pdf document generation` comment are for Ubuntu distribution: https://opendev.org/openstack/manila-ui/src/branch/master/bindep.txt Version-Release number of selected component (if applicable): 17.0 How reproducible: 100% Steps to Reproduce: 1. Launch the job Actual results: ``` 2022-02-15 15:19:52.366770 | TASK [Install distro packages from bindep] 2022-02-15 15:19:57.290072 | container | ERROR 2022-02-15 15:19:57.290533 | container | { 2022-02-15 15:19:57.290626 | container | "failures": [ 2022-02-15 15:19:57.290676 | container | "No package fonts-liberation available.", 2022-02-15 15:19:57.290719 | container | "No package imagemagick available.", 2022-02-15 15:19:57.290756 | container | "No package latexmk available.", 2022-02-15 15:19:57.290793 | container | "No package librsvg2-bin available.", 2022-02-15 15:19:57.290829 | container | "No package texlive-fonts-recommended available." 2022-02-15 15:19:57.290881 | container | ], 2022-02-15 15:19:57.290921 | container | "msg": "Failed to install some of the specified packages", 2022-02-15 15:19:57.290962 | container | "rc": 1, 2022-02-15 15:19:57.291003 | container | "results": [] 2022-02-15 15:19:57.291040 | container | } ``` Expected results: Pass the pipeline.