Skip to content

Commit c91aedc

Browse files
authored
Merge pull request #13 from MaxUlysse/Dockerfile
switch fontawesome for fontawesome5
2 parents 8c786f9 + 03158cf commit c91aedc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Dockerfile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN \
4242
RUN \
4343
mkdir -p \
4444
/usr/share/fonts/truetype/academicons \
45-
/usr/share/fonts/truetype/fontawesome \
45+
&& tlmgr update --self \
4646
&& tlmgr init-usertree \
4747
&& tlmgr install academicons \
4848
&& tlmgr install beamertheme-metropolis \
@@ -53,7 +53,7 @@ RUN \
5353
&& tlmgr install collection-xetex \
5454
&& tlmgr install contour \
5555
&& tlmgr install csquotes \
56-
&& tlmgr install fontawesome \
56+
&& tlmgr install fontawesome5 \
5757
&& tlmgr install framed \
5858
&& tlmgr install fvextra \
5959
&& tlmgr install ifplatform \
@@ -68,11 +68,7 @@ RUN \
6868
&& git clone https://github.com/jpswalsh/academicons.git \
6969
academicons \
7070
&& 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 \
7471
&& rm -rf \
7572
academicons* \
76-
fontawesome* \
7773
&& texhash \
78-
&& fc-cache -fv
74+
&& fc-cache -fsv

0 commit comments

Comments
 (0)