1
0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-09-16 16:18:24 +00:00

Install lanuage supports

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-06-15 13:16:47 +02:00
parent b23417c0e8
commit 0883e0851e
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View File

@ -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/