Skip to content

Commit

Permalink
automated commit 11:55:53
Browse files Browse the repository at this point in the history
  • Loading branch information
riazarbi committed Jul 24, 2020
1 parent 31b0b94 commit 69245e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ARG r_packages="\
"

# Install
RUN install2.r --error -n 2 -s --deps TRUE $r_packages
RUN install2.r --error -s --deps TRUE $r_packages

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

0 comments on commit 69245e8

Please sign in to comment.