mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Temporarily downgrade openssl (#15142)
openssl 3.2.0 has incompatiblity issues with the libpq version we are using, and causes some C runtime errors: "double free or corruption (out)" see awx issue #15136 also this issue github.com/conan-io/conan-center-index/pull/22615 once the libpq libraries on centos stream9 are updated with the patch, we can unpin openssl Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
parent
fb237e3834
commit
2502e7c7d8
@ -36,6 +36,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
|
||||
{% endif %}
|
||||
nss \
|
||||
openldap-devel \
|
||||
openssl-3.0.7 \
|
||||
patch \
|
||||
postgresql \
|
||||
postgresql-devel \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user