added fonts-dejavu

This commit is contained in:
2025-05-27 16:51:16 -04:00
parent a7a9d8ca7d
commit 3628dd49f4

View File

@@ -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 && \