Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Oct 2, 2024
1 parent aaa8eab commit f8d5a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); \
'pander', 'RColorBrewer', 'pheatmap', 'vioplot', 'ggfortify', 'gridExtra', 'AnnotationHub', \
'CompoundDb', 'MetaboAnnotation', 'RforMassSpectrometry/MsIO', \
'RforMassSpectrometry/MsBackendMetaboLights'), ask = FALSE, dependencies = TRUE)"
BiocManager::install('RforMassSpectrometry/xcms', ref = 'phili')

## Install the package from the current directory, build vignettes, and ensure dependencies
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); \
Expand Down

0 comments on commit f8d5a6d

Please sign in to comment.