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 f65f742 commit bb8bbc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ RUN . /etc/environment \
&& R -e "install.packages('tinytex'); tinytex::install_tinytex(force = TRUE, repository = 'ctan')" \

# build this compendium package
&& R -e "install.packages(c('git2r', 'devtools', 'bookdown', 'rmarkdown'), 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 bb8bbc4

Please sign in to comment.