build(docker/backend): remove unused dependency

This commit is contained in:
Sarah Vaupel 2024-12-10 15:27:15 +01:00 committed by Steffen Jost
parent 84e2323cc6
commit 00036a7f58

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