diff --git a/scripts/release/rpm/test_rpm_in_docker.sh b/scripts/release/rpm/test_rpm_in_docker.sh index 27d77912837..de1be306174 100644 --- a/scripts/release/rpm/test_rpm_in_docker.sh +++ b/scripts/release/rpm/test_rpm_in_docker.sh @@ -4,7 +4,8 @@ set -exv export USERNAME=azureuser - +# Pinned UBI 8/9 images contain an older Expat incompatible with current Python 3.12 pyexpat. +dnf update -y expat dnf --nogpgcheck install /mnt/rpm/$RPM_NAME -y dnf install git findutils $PYTHON_PACKAGE-pip -y