Update Dockerfile
Browse files- 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 . .
|