Skip to content

Commit

Permalink
dependencies=TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaldron committed Jul 26, 2020
1 parent 9877e57 commit 88d11f9
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 @@ -6,4 +6,4 @@ COPY --chown=rstudio:rstudio . /home/rstudio/

ENV R_REMOTES_NO_ERRORS_FROM_WARNINGS=true

RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install('waldronlab/CNVWorkshop', update = TRUE, ask = FALSE)"
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install('waldronlab/CNVWorkshop', update = TRUE, ask=FALSE, dependencies=TRUE)"

0 comments on commit 88d11f9

Please sign in to comment.