We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014534b commit 78fc231Copy full SHA for 78fc231
tools/ansible/roles/dockerfile/templates/Dockerfile.j2
@@ -36,6 +36,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
36
{% endif %}
37
nss \
38
openldap-devel \
39
+ # pin to older openssl, see jira AAP-23449
40
openssl-3.0.7 \
41
patch \
42
postgresql \
@@ -121,6 +122,8 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
121
122
krb5-workstation \
123
nginx \
124
"openldap >= 2.6.2-3" \
125
126
+ openssl-3.0.7 \
127
128
python3.11 \
129
"python3.11-devel" \
0 commit comments