diff --git a/Dockerfile b/Dockerfile index c310adc..aeb0ea1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM maven:3.8.5-openjdk-17-slim -RUN apt install fontconfig -y +RUN apt install fontconfig-config -y # Set the working directory WORKDIR /home/container