From f3584f54804ca5fa11bf23d85a83f677acd03423 Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Tue, 15 Jan 2019 14:13:46 +0100
Subject: [PATCH] Typo in Dockerfile comment.

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 1eba94c..8998050 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 ARG R_TAG=3.5.2
 FROM rocker/shiny:$R_TAG AS builder
 
-# Install and build R packages from CRAN and BioConduit, removing documentation and tests
+# Install and build R packages from CRAN and Bioconductor, removing documentation and tests
 RUN R -e 'install.packages( \
     c("BiocManager", "DT", "dplyr", "factoextra", "glue", "microbenchmark", "shinycustomloader", "shinydashboard"), \
     Ncpus='$(nproc)', \
-- 
GitLab