We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aea8964 + fd80eff commit 8680a38Copy full SHA for 8680a38
Dockerfile
@@ -4,4 +4,4 @@ WORKDIR /home/rstudio
4
5
COPY --chown=rstudio:rstudio . /home/rstudio/
6
7
-RUN Rscript -e "devtools::install('.', dependencies=TRUE, build_vignettes=TRUE, repos = BiocManager::repositories())"
+RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); devtools::install('.', dependencies=TRUE, build_vignettes=TRUE, repos = BiocManager::repositories())"
0 commit comments