Skip to content

Commit 8d70b0e

Browse files
Fix docker profile (#3827)
1 parent 64ab9ad commit 8d70b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ RUN wget -O /tmp/install-tl-unx.tar.gz http://mirror.ctan.org/systems/texlive/tl
2222
tar -xzf /tmp/install-tl-unx.tar.gz -C /tmp/install-tl --strip-components=1 && \
2323
/tmp/install-tl/install-tl --profile=/tmp/texlive-profile.txt \
2424
&& tlmgr install \
25-
amsmath babel-english cbfonts-fd cm-super ctex doublestroke dvisvgm everysel \
25+
amsmath babel-english cbfonts-fd cm-super count1to ctex doublestroke dvisvgm everysel \
2626
fontspec frcursive fundus-calligra gnu-freefont jknapltx latex-bin \
27-
mathastext microtype ms physics preview ragged2e relsize rsfs \
27+
mathastext microtype multitoc physics prelim2e preview ragged2e relsize rsfs \
2828
setspace standalone tipa wasy wasysym xcolor xetex xkeyval
2929

3030
# clone and build manim

0 commit comments

Comments
 (0)