Skip to content

Commit aae23e6

Browse files
authored
Update Dockerfile
add jsonlite and ggVennDiagram so we don't have to install them every run
1 parent a664828 commit aae23e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ottr_anvil_poll/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ LABEL maintainer="avamariehoffman@gmail.com"
55

66
# Install googlesheets4 and tidyverse
77
RUN Rscript -e "options(warn = 2);install.packages( \
8-
c('tidyverse', 'googlesheets4', 'kableExtra'), \
8+
c('tidyverse', 'googlesheets4', 'jsonlite', 'kableExtra', 'ggVennDiagram'), \
99
repos = 'https://cloud.r-project.org/')"

0 commit comments

Comments
 (0)