added libfreetype6 (jdk SunFont needs it)

This commit is contained in:
2025-01-31 15:59:39 -05:00
parent 7a1ccfead3
commit e80b70a0cb

View File

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