summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorHao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>2024-09-09 22:55:46 +0200
committerGitHub <noreply@github.com>2024-09-09 22:55:46 +0200
commit82b8f7d4c039184b135733cf01a29f172c0b0b51 (patch)
treea4cb8bf4ccaea73914fc16d4e057a43302c1afac /tools
parentFix analytic ship (#15496) (diff)
downloadawx-82b8f7d4c039184b135733cf01a29f172c0b0b51.tar.xz
awx-82b8f7d4c039184b135733cf01a29f172c0b0b51.zip
Unpin OpenSSL (#15498)
Remove OpenSSL pin
Diffstat (limited to 'tools')
-rw-r--r--tools/ansible/roles/dockerfile/templates/Dockerfile.j24
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2 b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2
index 237082db73..dbfc821e89 100644
--- a/tools/ansible/roles/dockerfile/templates/Dockerfile.j2
+++ b/tools/ansible/roles/dockerfile/templates/Dockerfile.j2
@@ -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" \