From 37a47b14ad557ba5ecdc307927efd668b4aa7832 Mon Sep 17 00:00:00 2001 From: Lea Waller Date: Tue, 30 Jan 2024 11:51:17 +0100 Subject: [PATCH] Ensure that R packages geneplotter and RColorBrewer are available --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 368198a..9a507a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,8 +62,10 @@ RUN wget --progress=dot:giga -O "/tmp/conda.sh" "https://github.com/conda-forge/ "python>=3.11" \ "r-base" \ "r-calibrate" \ + "bioconductor-geneplotter" \ "r-knitr" \ "r-markdown" \ + "r-rcolorbrewer" \ "r-rmarkdown" \ "r-ggplot2" \ "r-data.table" \