thanhkt commited on
Commit
6b234c2
·
verified ·
1 Parent(s): 3fdc682

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -3
Dockerfile CHANGED
@@ -38,9 +38,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
38
  RUN wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh \
39
  && export PATH="$HOME/.TinyTeX/bin/x86_64-linux:$PATH" \
40
  && tlmgr install \
41
- amsmath latex-bin xetex xcolor \
42
- fontspec microtype setspace \
43
- standalone preview physics \
 
 
44
  && rm -rf ~/.TinyTeX/texmf-var/web2c/tlmgr*.log* \
45
  && find ~/.TinyTeX -name "*.log" -delete 2>/dev/null || true
46
 
 
38
  RUN wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh \
39
  && export PATH="$HOME/.TinyTeX/bin/x86_64-linux:$PATH" \
40
  && tlmgr install \
41
+ amsmath babel-english cbfonts-fd cm-super count1to ctex \
42
+ doublestroke dvisvgm everysel fontspec frcursive fundus-calligra \
43
+ gnu-freefont jknapltx latex-bin mathastext microtype multitoc \
44
+ physics preview prelim2e ragged2e relsize rsfs setspace \
45
+ standalone tipa wasy wasysym xcolor xetex xkeyval \
46
  && rm -rf ~/.TinyTeX/texmf-var/web2c/tlmgr*.log* \
47
  && find ~/.TinyTeX -name "*.log" -delete 2>/dev/null || true
48