Skip to content

Commit 31b0b94

Browse files
committed
automated commit 12:40:35
1 parent f29952a commit 31b0b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ ARG r_packages="\
100100
RUN install2.r --error -n 2 -s --deps TRUE $r_packages
101101

102102
RUN Rscript -e 'devtools::install_github("homerhanumat/bpexploder")'
103-
RUN Rscript -e 'remotes::install_github("rstudio/webshot2")'
103+
RUN Rscript -e 'remotes::install_github("rstudio/webshot2", dependencies = TRUE)'
104104

105105
USER $NB_USER

0 commit comments

Comments
 (0)