mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02: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:
@@ -101,6 +101,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
|
|||||||
glibc-langpack-en \
|
glibc-langpack-en \
|
||||||
krb5-workstation \
|
krb5-workstation \
|
||||||
nginx \
|
nginx \
|
||||||
|
"openldap >= 2.6.2-3" \
|
||||||
postgresql \
|
postgresql \
|
||||||
python3-devel \
|
python3-devel \
|
||||||
python3-libselinux \
|
python3-libselinux \
|
||||||
|
|||||||
Reference in New Issue
Block a user