build(docker/backend): remove unused dependency

This commit is contained in:
Sarah Vaupel 2024-12-10 15:27:15 +01:00
parent 13ec339f9b
commit a2bdd4bbb8

View File

@ -12,7 +12,7 @@ RUN apt-get -y update && apt-get -y install llvm
# 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 pdftk
# 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