From 0883e0851eadb1c070eadfd5bba109262cd71255 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 15 Jun 2024 13:16:47 +0200 Subject: [PATCH] Install lanuage supports Signed-off-by: Knut Ahlers --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b011d7d..495cc08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,8 @@ ENV SCRIPT=/usr/local/bin/tex-build.sh RUN set -ex \ && pacman --noconfirm -Sy \ ca-certificates \ - texlive + texlive \ + texlive-lang COPY --from=builder /go/bin/tex-api /usr/local/bin/ COPY tex-build.sh /usr/local/bin/