Skip to content

Commit

Permalink
Merge pull request #13 from MaxUlysse/Dockerfile
Browse files Browse the repository at this point in the history
switch fontawesome for fontawesome5
  • Loading branch information
maxulysse authored Mar 26, 2019
2 parents 8c786f9 + 03158cf commit c91aedc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN \
RUN \
mkdir -p \
/usr/share/fonts/truetype/academicons \
/usr/share/fonts/truetype/fontawesome \
&& tlmgr update --self \
&& tlmgr init-usertree \
&& tlmgr install academicons \
&& tlmgr install beamertheme-metropolis \
Expand All @@ -53,7 +53,7 @@ RUN \
&& tlmgr install collection-xetex \
&& tlmgr install contour \
&& tlmgr install csquotes \
&& tlmgr install fontawesome \
&& tlmgr install fontawesome5 \
&& tlmgr install framed \
&& tlmgr install fvextra \
&& tlmgr install ifplatform \
Expand All @@ -68,11 +68,7 @@ RUN \
&& git clone https://github.com/jpswalsh/academicons.git \
academicons \
&& find academicons/ -name "*.ttf" -exec install -m644 {} /usr/share/fonts/truetype/academicons/ \; || return 1 \
&& git clone https://github.com/FortAwesome/Font-Awesome/ --branch v4.7.0\
fontawesome\
&& find fontawesome/ -name "*.ttf" -exec install -m644 {} /usr/share/fonts/truetype/fontawesome/ \; || return 1 \
&& rm -rf \
academicons* \
fontawesome* \
&& texhash \
&& fc-cache -fv
&& fc-cache -fsv

0 comments on commit c91aedc

Please sign in to comment.