Actualiser Dockerfile
This commit is contained in:
parent
275f4b4ef8
commit
8229e4628c
|
@ -51,4 +51,6 @@ RUN R -e "install.packages('emmeans',dependencies=TRUE,repos='http://cran.rstudi
|
|||
RUN R -e "install.packages('officer',dependencies=TRUE,repos='http://cran.rstudio.com')"
|
||||
RUN R -e "install.packages(c('dplyr', 'shiny', 'readxl', 'remotes', 'httpuv', 'shinythemes', 'DT', 'ggplot2', 'gridExtra', 'emmeans'), repos = 'http://cran.rstudio.com/', method='wget',dependencies=TRUE)"
|
||||
RUN R -e "install.packages(c('officer','car', 'markdown', 'plotly', 'factoextra', 'shinylogs', 'auth0', 'httr', 'shinyjs','urltools','openssl'), repos = 'http://cran.rstudio.com/', method='wget',dependencies=TRUE)"
|
||||
RUN R -e "install.packages('pls',dependencies=TRUE,repos='http://cran.rstudio.com')"
|
||||
RUN R -e "install.packages('shinyBS',dependencies=TRUE,repos='http://cran.rstudio.com')"
|
||||
CMD ["R", "-e", "shiny::runApp('/srv/shiny', host='0.0.0.0', port=8080, launch.browser = FALSE)"]
|
||||
|
|
Loading…
Reference in New Issue