@@ -5,12 +5,12 @@ RUN apt-get update && apt-get install -yq \
55 libhdf5-dev libnetcdf-dev build-essential libgd-dev libbz2-dev libudunits2-dev libproj-dev libgdal-dev \
66 texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
77
8- RUN Rscript -e 'install.packages(c("devtools", "tidyverse", "ggrepel", "httr", "rjson", "mvtnorm", "tmvtnorm","impute", \
9- "pcaMethods", " imputeLCMD", "plotly", "DT", "BiocManager","testthat", "RColorBrewer", "shiny","shinyalert","shinydashboard", \
10- "shinyjs", "svglite", "rhandsontable", "shinyBS", "shinyWidgets", "ggVennDiagram", "shinycssloaders"), dependencies=TRUE)'
8+ RUN Rscript -e 'install.packages(c("devtools", "tidyverse", "ggrepel", "httr", "rjson", "mvtnorm", "tmvtnorm", \
9+ "imputeLCMD", "plotly", "DT", "BiocManager","testthat", "RColorBrewer", "shiny","shinyalert","shinydashboard", \
10+ "shinyjs", "svglite", "rhandsontable", "shinyBS", "shinyWidgets", "ggVennDiagram", "shinycssloaders","shiny.info" ), dependencies=TRUE)'
1111
1212# FROM bioconductor/bioconductor_docker:RELEASE_3_15
13- RUN Rscript -e 'BiocManager::install(pkgs=c("DEP", "SummarizedExperiment", "limma", "ComplexHeatmap"), ask=F, dependencies=TRUE)'
13+ RUN Rscript -e 'BiocManager::install(pkgs=c("DEP", "SummarizedExperiment", "limma", "ComplexHeatmap","pcaMethods","impute" ), ask=F, dependencies=TRUE)'
1414
1515COPY ./ /srv/shiny-server/lfq-analyst
1616COPY shiny-server.conf /etc/shiny-server/shiny-server.conf
0 commit comments