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 8a51fc6 commit 9bdd1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# get the base image
FROM rocker/tidyverse:3.4.4
FROM rocker/verse:3.4.4

# required
MAINTAINER Ben Marwick <[email protected]>
Expand All @@ -18,7 +18,7 @@ RUN . /etc/environment \
&& sudo apt-get install fonts-lato -y \

# get latex & xetex
&& R -e "install.packages('tinytex'); tinytex::install_tinytex(force = TRUE, repository = 'ctan')" \
# && R -e "install.packages('tinytex'); tinytex::install_tinytex(force = TRUE, repository = 'ctan')" \

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

0 comments on commit 9bdd1c8

Please sign in to comment.