Unpin OpenSSL (#15498)

Remove OpenSSL pin
This commit is contained in:
Hao Liu
2024-09-09 16:55:46 -04:00
committed by GitHub
parent 5a0080658c
commit 82b8f7d4c0

View File

@@ -45,8 +45,6 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
make \
nss \
openldap-devel \
# pin to older openssl, see jira AAP-23449
openssl-3.0.7 \
patch \
postgresql \
postgresql-devel \
@@ -130,8 +128,6 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
krb5-workstation \
nginx \
"openldap >= 2.6.2-3" \
# pin to older openssl, see jira AAP-23449
openssl-3.0.7 \
postgresql \
python3.11 \
"python3.11-devel" \