diff --git a/Dockerfile b/Dockerfile index b2dd22e..328847f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \