Skip to content

Commit e76d48a

Browse files
agahkarakuzutarleb
authored andcommitted
Force tlmgr to use 2024 packages
1 parent 92554be commit e76d48a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ FROM pandoc/latex:3.2.0-alpine
44
RUN apk add --no-cache ttf-hack
55

66
# Install additional LaTeX packages
7-
RUN tlmgr update --self && tlmgr install \
7+
RUN tlmgr option repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2024/tlnet-final && \
8+
tlmgr update --self && tlmgr install \
89
algorithmicx \
910
algorithms \
1011
collection-context \

0 commit comments

Comments
 (0)