diff --git a/Dockerfile b/Dockerfile index 0d1a412..d3ec216 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,11 @@ RUN apt update && apt install gnupg wget -y && \ fc-cache -fv && \ rm -rf /var/lib/apt/lists/* +RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections +RUN echo "deb http://http.us.debian.org/debian stable main contrib non-free" > /etc/apt/sources.list && \ + apt update && apt install -y ttf-mscorefonts-installer +RUN apt install -y ttf-mscorefonts-installer + # Copy built application COPY --from=build /app /app