QA-213 fix rhel9 dep

This commit is contained in:
Huan Truong 2025-11-13 10:46:36 -06:00
parent ce718c16d5
commit 98c548e680
No known key found for this signature in database

View file

@ -2,7 +2,7 @@
set -ex
if [ -f /usr/bin/dnf ]; then
dnf install -y vlc git tmux xz glibc-locale-source glibc-langpack-en
dnf install -y --nobest vlc git tmux xz glibc-locale-source glibc-langpack-en
if [ -z ${SKIP_CLEAN+x} ]; then
dnf clean all
fi