From f8681826b25efefe6e1fff9a172d5bda79b93a20 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 4 Dec 2024 16:32:04 +0100 Subject: [PATCH] build(docker/backend): add roboto and lualatex dependencies --- docker/backend/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/backend/Dockerfile b/docker/backend/Dockerfile index 25162a961..ca5d79eca 100644 --- a/docker/backend/Dockerfile +++ b/docker/backend/Dockerfile @@ -8,6 +8,10 @@ RUN apt-get -y update && apt-get -y install llvm RUN apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata 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 + ENV LANG=en_US.UTF-8 # locally these two should be identical, so that compilation results are written out into the file dir.