Preinstall fontconfig to support Java 2D

This commit is contained in:
Christian Tzolov
2020-01-07 21:16:10 +01:00
parent 726e06f36e
commit d86d63acef

View File

@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
curl \
netcat \
wget \
fontconfig \
&& rm -rf /var/lib/apt/lists/*
ENV JAVA_HOME /opt/openjdk