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