Skip to content

Commit

Permalink
Merge pull request #18 from NBISweden/5860
Browse files Browse the repository at this point in the history
Added packages shinyhelper, data.table, Matrix
  • Loading branch information
royfrancis authored Feb 9, 2022
2 parents 7d0eb74 + 895cefa commit 4deee4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN R -e "install.packages(c('DT', 'dplyr', 'forestplot', 'ggfortify','ggplot2',
# shiny-rnaseq-power
R -e "install.packages(c('shinyBS','shinythemes','RNASeqPower'), dependencies = T)" && \
# support-5860
R -e "install.packages(c('shinythemes','DT','readxl'), dependencies = T)"
R -e "install.packages(c('shinythemes','DT','readxl','data.table','shinyhelper','Matrix'), dependencies = T)"

ADD web /srv/shiny-server/
RUN mkdir -p /srv/shiny-server/shiny-server-apps
Expand Down

0 comments on commit 4deee4f

Please sign in to comment.