mirror of
https://github.com/Luzifer/tex-api.git
synced 2024-11-08 16:20:04 +00:00
Install lanuage supports
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b23417c0e8
commit
0883e0851e
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ ENV SCRIPT=/usr/local/bin/tex-build.sh
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& pacman --noconfirm -Sy \
|
&& pacman --noconfirm -Sy \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
texlive
|
texlive \
|
||||||
|
texlive-lang
|
||||||
|
|
||||||
COPY --from=builder /go/bin/tex-api /usr/local/bin/
|
COPY --from=builder /go/bin/tex-api /usr/local/bin/
|
||||||
COPY tex-build.sh /usr/local/bin/
|
COPY tex-build.sh /usr/local/bin/
|
||||||
|
|
Loading…
Reference in a new issue