From a7a9d8ca7d00eeb3de57962dab5cfdeb5ab4a0e6 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Fri, 31 Jan 2025 17:08:22 -0500 Subject: [PATCH] added fontconfig --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55bd5b3..8eca729 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV DISABLE_HOTSWAP_PLUGINS= # Install curl & essentials RUN apt update && \ - apt -y install curl libfreetype6 + apt -y install curl libfreetype6 fontconfig # Download & Install JBR Java RUN mkdir -p /usr/local/lib/jvm && \