Skip to content

Commit

Permalink
R set to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Jun 7, 2021
1 parent 304656f commit 514d365
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
FROM rocker/shiny
FROM rocker/shiny:4.0.5
LABEL authors="Roy Francis"
ARG REPO="royfrancis/shiny-rnaseq-power"

RUN apt-get update && \
apt-get upgrade -y && \
apt-get clean && \
apt-get install -y git libxml2-dev libudunits2-dev && \
apt-get install -y git && \
rm -rf /var/lib/apt/lists/*

RUN Rscript -e 'install.packages(c("BiocManager","shinyBS","shinythemes"));
BiocManager::install("RNASeqPower")'
RUN Rscript -e 'install.packages(c("BiocManager","shinyBS","shinythemes"),repo="https://cloud.r-project.org/");BiocManager::install("RNASeqPower")'

RUN cd /srv/shiny-server/ && \
git clone https://github.com/${REPO}.git app && \
Expand Down

0 comments on commit 514d365

Please sign in to comment.