Skip to content

Commit 69245e8

Browse files
committed
automated commit 11:55:53
1 parent 31b0b94 commit 69245e8

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
@@ -97,7 +97,7 @@ ARG r_packages="\
9797
"
9898

9999
# Install
100-
RUN install2.r --error -n 2 -s --deps TRUE $r_packages
100+
RUN install2.r --error -s --deps TRUE $r_packages
101101

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

0 commit comments

Comments
 (0)