added fontconfig

This commit is contained in:
2025-01-31 17:08:22 -05:00
parent 30ec25f019
commit a7a9d8ca7d

View File

@@ -13,7 +13,7 @@ ENV DISABLE_HOTSWAP_PLUGINS=
# Install curl & essentials # Install curl & essentials
RUN apt update && \ RUN apt update && \
apt -y install curl libfreetype6 apt -y install curl libfreetype6 fontconfig
# Download & Install JBR Java # Download & Install JBR Java
RUN mkdir -p /usr/local/lib/jvm && \ RUN mkdir -p /usr/local/lib/jvm && \