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 bb8bbc4 commit e7aceb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# get the base image, the rocker/verse has R, RStudio and pandoc
FROM rocker/rstudio:3.4.4
# get the base image
FROM rocker//tidyverse:3.4.4

# required
MAINTAINER Ben Marwick <bmarwick@uw.edu>
Expand All @@ -16,8 +16,6 @@ RUN . /etc/environment \
&& sudo git clone --depth 1 --branch release https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/source-code-pro \
&& sudo fc-cache -f -v \
&& sudo apt-get install fonts-lato -y \
# for git2r
&& sudo apt-get install zlib1g-dev -y \

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

0 comments on commit e7aceb2

Please sign in to comment.