diff --git a/Dockerfile-lite b/Dockerfile-lite index eb92e487..d3968a2a 100644 --- a/Dockerfile-lite +++ b/Dockerfile-lite @@ -10,12 +10,6 @@ RUN apt-get update && \ unoconv && \ rm -rf /var/lib/apt/lists/* -#Install fonts -RUN mkdir /usr/share/fonts/opentype/noto/ -COPY src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ -COPY src/main/resources/static/fonts/*.otf /usr/share/fonts/opentype/noto/ -RUN fc-cache -f -v - # Copy the application JAR file COPY build/libs/*.jar app.jar