Prevent openldap from getting downgraded during build

We noticed here that openldap was getting downgraded and caused our test suite to blow up https://github.com/ansible/awx/runs/8118323342?check_suite_focus=true
This commit is contained in:
Shane McDonald 2022-08-31 13:06:28 -04:00
parent 8828ea706e
commit 609c67d85e

View File

@ -101,6 +101,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
glibc-langpack-en \
krb5-workstation \
nginx \
"openldap >= 2.6.2-3" \
postgresql \
python3-devel \
python3-libselinux \