diff --git a/Dockerfile b/Dockerfile index 1eba94c53b2269aece8388925a4fce36c801032c..899805004df7588a0d7e7bfd407f5210740ea7f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG R_TAG=3.5.2 FROM rocker/shiny:$R_TAG AS builder -# Install and build R packages from CRAN and BioConduit, removing documentation and tests +# Install and build R packages from CRAN and Bioconductor, removing documentation and tests RUN R -e 'install.packages( \ c("BiocManager", "DT", "dplyr", "factoextra", "glue", "microbenchmark", "shinycustomloader", "shinydashboard"), \ Ncpus='$(nproc)', \