diff --git a/Dockerfile b/Dockerfile index 9ac951e..7183feb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM maven:3.8.5-openjdk-17-slim +RUN apt-get -y --no-install-recommends install libfontconfig1 + # Set the working directory WORKDIR /home/container