1
0
Fork 0
mirror of https://github.com/Luzifer/tex-api.git synced 2025-01-10 13:41:48 +00:00

Compare commits

..

2 commits

Author SHA1 Message Date
0883e0851e
Install lanuage supports
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-06-15 13:47:36 +02:00
b23417c0e8
Switch to archlinux based texlive
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-06-15 12:35:43 +02:00

View file

@ -10,18 +10,18 @@ RUN set -ex \
-ldflags "-X main.version=$(git describe --tags || git rev-parse --short HEAD || echo dev)" \
-mod=readonly
FROM alpine:latest
FROM luzifer/archlinux:latest
LABEL maintainer "Knut Ahlers <knut@ahlers.me>"
ENV SCRIPT=/usr/local/bin/tex-build.sh
RUN set -ex \
&& apk --no-cache add \
bash \
&& pacman --noconfirm -Sy \
ca-certificates \
texlive-xetex \
texmf-dist-most
texlive \
texlive-lang
COPY --from=builder /go/bin/tex-api /usr/local/bin/
COPY tex-build.sh /usr/local/bin/