mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
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:
parent
8828ea706e
commit
609c67d85e
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user