Skip to content

Commit 4153585

Browse files
committed
Add extra tex dependencies
1 parent b133606 commit 4153585

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/docker/alpine-linux-3.22-r.dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ RUN apk add \
4040
openssl-dev \
4141
pkgconfig \
4242
texlive \
43+
texlive-xetex \
44+
texmf-dist-fontsextra \
45+
texmf-dist-most \
4346
zlib-dev && \
4447
rm -rf /var/cache/apk/* && \
4548
ln -s /usr/share/zoneinfo/Etc/UTC /etc/localtime && \

0 commit comments

Comments
 (0)