From 5b9c444619a4ffc9e0802382998cb0e94222e229 Mon Sep 17 00:00:00 2001 From: Lee Goolsbee Date: Wed, 21 Jan 2026 14:40:23 -0600 Subject: [PATCH] ITPLT-4673 fix missing linked dependency (libfreetype.so) in Temurin JDK 17.0.18+8 --- roles/product_common/tasks/amazon-2023.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/product_common/tasks/amazon-2023.yml b/roles/product_common/tasks/amazon-2023.yml index 13a10f7..e312008 100644 --- a/roles/product_common/tasks/amazon-2023.yml +++ b/roles/product_common/tasks/amazon-2023.yml @@ -154,3 +154,4 @@ ansible.builtin.dnf: name: - dejavu-fonts-all # Required by the installer + - freetype-devel # Required for Java font management with newer Temurin JDK builds (17.0.18+8 and newer)