Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarwick authored Mar 24, 2018
1 parent 85313ac commit dca93c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN . /etc/environment \
&& R -e "install.packages('tinytex'); tinytex::install_tinytex(force = TRUE, repository = 'ctan')" \

# build this compendium package
&& R -e "install.packages(c('devtools', 'bookdown', 'rmarkdown'), dependencies = TRUE, verbose = TRUE)" \
&& R -e "devtools::install('/huskydown', dep=TRUE)" \

# make a PhD thesis from the template, remove pre-built PDF,
Expand Down

0 comments on commit dca93c7

Please sign in to comment.