fix(output): allow pdf builds as non-root

This commit is contained in:
2025-10-15 15:09:37 -05:00
parent e9c4ba77b6
commit f53aef6237
2 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ RUN apt-get update \
gosu \
pandoc \
texlive-full \
&& fc-cache -f \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*