Skip to content
Snippets Groups Projects

fix docker

Merged Dominik Brilhaus requested to merge addfactor into main
8 files
+ 109
45
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 0
5
FROM rstudio/r-base:4.3-jammy
RUN apt-get update && \
R -e "install.packages(c('BiocManager'), repos='https://cloud.r-project.org/'); BiocManager::install('DESeq2'); BiocManager::install('tximport'); BiocManager::install('rhdf5'); \\" && \
apt-get clean -y
\ No newline at end of file
Loading