Actualiser Dockerfile

This commit is contained in:
aslane 2024-03-21 15:51:38 +00:00
parent 275f4b4ef8
commit 8229e4628c
1 changed files with 56 additions and 54 deletions

View File

@ -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('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('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(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)"] CMD ["R", "-e", "shiny::runApp('/srv/shiny', host='0.0.0.0', port=8080, launch.browser = FALSE)"]