From 9cb4d8e088e09b7b53364f4e2b5c7c04513c4764 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:58:55 +0100 Subject: [PATCH] remove copy fonts from LITE --- Dockerfile-lite | 6 ------ 1 file changed, 6 deletions(-) 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