Commit f3584f54 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Typo in Dockerfile comment.

parent 6f52d6f3
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
ARG R_TAG=3.5.2 ARG R_TAG=3.5.2
FROM rocker/shiny:$R_TAG AS builder 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( \ RUN R -e 'install.packages( \
c("BiocManager", "DT", "dplyr", "factoextra", "glue", "microbenchmark", "shinycustomloader", "shinydashboard"), \ c("BiocManager", "DT", "dplyr", "factoextra", "glue", "microbenchmark", "shinycustomloader", "shinydashboard"), \
Ncpus='$(nproc)', \ Ncpus='$(nproc)', \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment