Skip to content

Commit 815fe6e

Browse files
committed
Install specific package versions in DockerFile
1 parent b514996 commit 815fe6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ COPY --chown=rstudio:rstudio . /home/rstudio/
66

77
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask=FALSE)"
88

9+
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install('cvanderaa/QFeatures', ref = 'uniquePrecId'); BiocManager::install('statOmics/msqrob2')"
10+
911
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

Comments
 (0)