From 3628dd49f489975f7521c2e5fa0aa2902488e392 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Tue, 27 May 2025 16:51:16 -0400 Subject: [PATCH] added fonts-dejavu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8eca729..1bec674 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV DISABLE_HOTSWAP_PLUGINS= # Install curl & essentials RUN apt update && \ - apt -y install curl libfreetype6 fontconfig + apt -y install curl libfreetype6 fontconfig fonts-dejavu # Download & Install JBR Java RUN mkdir -p /usr/local/lib/jvm && \