build(docker/backend): add texlive-base and more tex runtime dependencies
This commit is contained in:
parent
dd78d9388d
commit
268ad6b8a6
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user