Skip to content
Snippets Groups Projects
Commit c94b1249 authored by Joris van Steenbrugge's avatar Joris van Steenbrugge :smile:
Browse files

include DT and shinythemese dependencies

parent 94c932c3
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,15 @@ RUN apt-get update && apt-get install libcurl4-openssl-dev libv8-3.14-dev libssl
mkdir -p /var/lib/shiny-server/bookmarks/shiny
RUN R -e "install.packages(c('shinydashboard', 'shinyjs', 'shiny', 'magrittr', 'stringr', 'vegan', 'reshape2', 'dplyr', 'igraph', 'devtools'))"
RUN R -e "install.packages('devtools')"
RUN R -e "install.packages(c('shinydashboard', 'shinyjs', 'shiny', 'magrittr', 'stringr', 'vegan', 'reshape2', 'dplyr', 'igraph', 'devtools', 'data.table', 'DT'))"
RUN R -e "install.packages('shinythemes')"
#RUN R -e "install.packages('devtools')"
RUN R -e "devtools::install_github('zdk123/SpiecEasi')"
COPY ./* /srv/shiny-server/
#COPY ./* /srv/shiny-server/
RUN chmod -R 755 /srv/shiny-server/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment