mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02: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:
@@ -36,6 +36,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
nss \
|
nss \
|
||||||
openldap-devel \
|
openldap-devel \
|
||||||
|
openssl-3.0.7 \
|
||||||
patch \
|
patch \
|
||||||
postgresql \
|
postgresql \
|
||||||
postgresql-devel \
|
postgresql-devel \
|
||||||
|
|||||||
Reference in New Issue
Block a user