Skip to content

Commit

Permalink
more fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Marwick committed Sep 25, 2017
1 parent a23623a commit 68e3b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ RUN . /etc/environment \
# need this because rocker/verse doesn't have xelatex
&& sudo apt-get update \
&& sudo apt-get install texlive-xetex -y \
# install fonts
&& sudo apt-get install fonts-ebgaramond -y \
&& wget https://github.com/adobe-fonts/source-code-pro/archive/1.017R.zip \
&& unzip 1.017R.zip \
&& sudo cp source-code-pro-1.017R/OTF/*.otf /usr/local/share/fonts/ \
&& sudo apt-get install fonts-lato -y \

# build this compendium package
&& R -e "devtools::install('/huskydown', dep=TRUE)" \
Expand Down

0 comments on commit 68e3b06

Please sign in to comment.