File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 42
42
RUN \
43
43
mkdir -p \
44
44
/usr/share/fonts/truetype/academicons \
45
- /usr/share/fonts/truetype/fontawesome \
45
+ && tlmgr update --self \
46
46
&& tlmgr init-usertree \
47
47
&& tlmgr install academicons \
48
48
&& tlmgr install beamertheme-metropolis \
53
53
&& tlmgr install collection-xetex \
54
54
&& tlmgr install contour \
55
55
&& tlmgr install csquotes \
56
- && tlmgr install fontawesome \
56
+ && tlmgr install fontawesome5 \
57
57
&& tlmgr install framed \
58
58
&& tlmgr install fvextra \
59
59
&& tlmgr install ifplatform \
68
68
&& git clone https://github.com/jpswalsh/academicons.git \
69
69
academicons \
70
70
&& find academicons/ -name "*.ttf" -exec install -m644 {} /usr/share/fonts/truetype/academicons/ \; || return 1 \
71
- && git clone https://github.com/FortAwesome/Font-Awesome/ --branch v4.7.0\
72
- fontawesome\
73
- && find fontawesome/ -name "*.ttf" -exec install -m644 {} /usr/share/fonts/truetype/fontawesome/ \; || return 1 \
74
71
&& rm -rf \
75
72
academicons* \
76
- fontawesome* \
77
73
&& texhash \
78
- && fc-cache -fv
74
+ && fc-cache -fsv
You can’t perform that action at this time.
0 commit comments