Merge pull request #12796 from shanemcd/fix-tests

Prevent openldap from getting downgraded during build
This commit is contained in:
Shane McDonald 2022-08-31 13:34:04 -04:00 committed by GitHub
commit fecab52f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \