build(docker/backend): add texlive-base and more tex runtime dependencies

This commit is contained in:
Sarah Vaupel 2024-12-10 14:40:51 +01:00 committed by Steffen Jost
parent dd78d9388d
commit 268ad6b8a6

View File

@ -10,7 +10,8 @@ RUN apt-get -y update && apt-get -y install locales locales-all
# run-time dependencies for uniworx binary
RUN apt-get -y update && apt-get -y install fonts-roboto
RUN apt-get -y update && apt-get -y install texlive-luatex
RUN apt-get -y update && apt-get -y install pdftk
RUN apt-get -y update && apt-get -y install texlive-base luatex
ENV LANG=en_US.UTF-8