feat(#3): Use Latex for PDF output
This commit is contained in:
@@ -23,6 +23,15 @@ FROM eclipse-temurin:21-jre-alpine AS runner
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install TeXLive and LuaLaTeX
|
||||
RUN apk add --no-cache \
|
||||
texlive-luatex \
|
||||
texmf-dist-plaingeneric \
|
||||
texmf-dist-latexrecommended \
|
||||
texmf-dist-latexextra \
|
||||
texmf-dist-langgerman \
|
||||
texmf-dist-fontsextra
|
||||
|
||||
RUN addgroup -S spring && adduser -S spring -G spring
|
||||
USER spring:spring
|
||||
|
||||
|
||||
Reference in New Issue
Block a user