Skip to content

Commit 5a44f40

Browse files
author
sam bacha
authored
build(latex): container env
1 parent b1cdf12 commit 5a44f40

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Dockerfile

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
FROM pandoc/latex:2.12
2+
3+
RUN tlmgr list
4+
5+
RUN tlmgr update --self && tlmgr install \
6+
enumitem \
7+
merriweather \
8+
fontaxes \
9+
mweights \
10+
mdframed \
11+
needspace \
12+
sourcesanspro \
13+
sourcecodepro \
14+
titling \
15+
ly1 \
16+
pagecolor \
17+
adjustbox \
18+
collectbox \
19+
titlesec \
20+
fvextra \
21+
pdftexcmds \
22+
footnotebackref \
23+
zref \
24+
fontawesome5 \
25+
footmisc \
26+
sectsty
27+
28+
RUN locale-gen C.UTF-8 || true
29+
ENV LANG=C.UTF-8

0 commit comments

Comments
 (0)