Skip to content

Commit 3395aab

Browse files
committed
Update dockerfile
1 parent 94b71a3 commit 3395aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ WORKDIR /home/rstudio
1111
COPY --chown=rstudio:rstudio . /home/rstudio/
1212

1313
## Install the xcmsTutorials package and additional required packages
14-
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask = FALSE); BiocManager::install('sneumann/xcms')"
14+
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask = FALSE); BiocManager::install('xcms', ask = FALSE, type = 'source')"
1515

16-
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); devtools::install('.', dependencies = TRUE, build_vignettes = TRUE, repos = BiocManager::repositories())"
16+
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); devtools::install('.', dependencies = TRUE, type = 'source', build_vignettes = TRUE, repos = BiocManager::repositories())"

0 commit comments

Comments
 (0)