From e80b70a0cb44aea86cfa52f702bb50e3a1d3e4e2 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Fri, 31 Jan 2025 15:59:39 -0500 Subject: [PATCH] added libfreetype6 (jdk SunFont needs it) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b2dd22e..328847f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,9 @@ ENV ENABLE_HOTSWAP=true ENV ENABLE_JDWP=true ENV DISABLE_HOTSWAP_PLUGINS= -# Install curl +# Install curl & essentials RUN apt update && \ - apt -y install curl + apt -y install curl libfreetype6 # Download & Install JBR Java RUN mkdir -p /usr/local/lib/jvm && \