fusk-kpu commited on
Commit
4e2cac2
·
verified ·
1 Parent(s): 8f7d924

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM bioconductor/bioconductor_docker:RELEASE_3_19
2
 
3
- RUN R -e 'BiocManager::install(c("shiny", "shinydashboard", "shinyWidgets", "DT", "ggplot2", "dplyr", "tibble", "htmlwidgets", "plotly", "heatmaply", "magrittr", "openxlsx"))'
4
  RUN R -e 'BiocManager::install(c("genefilter", "clusterProfiler", "org.At.tair.db"))'
5
 
6
  COPY . .
 
1
  FROM bioconductor/bioconductor_docker:RELEASE_3_19
2
 
3
+ RUN R -e 'BiocManager::install(c("shiny", "shinydashboard", "shinyWidgets", "DT", "ggplot2", "dplyr", "tibble", "htmlwidgets", "plotly", "heatmaply", "magrittr", "openxlsx", "markdown"))'
4
  RUN R -e 'BiocManager::install(c("genefilter", "clusterProfiler", "org.At.tair.db"))'
5
 
6
  COPY . .