Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CSIRO-INRA
landsepi
Commits
9da7d2c7
Commit
9da7d2c7
authored
Jun 11, 2021
by
Jean-Francois Rey
☕
Browse files
shiny dockerfile update
parent
443c3a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
inst/shiny-landsepi/Dockerfile
View file @
9da7d2c7
...
...
@@ -46,7 +46,7 @@ RUN wget --no-verbose https://download3.rstudio.org/ubuntu-14.04/x86_64/VERSION
&&
rm
-f
version.txt ss-latest.deb
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
Rscript
-e
"install.packages(c('shiny','htmltools', 'DT', 'shinyjs', 'Rcpp', 'rgdal', 'sp', 'devtools', 'Matrix', 'mvtnorm', 'rgeos', 'maptools', 'fields', 'splancs', 'sf', 'RSQLite', 'foreach', 'parallel', 'doParallel', 'gridExtra', 'png', 'grid', 'future', 'promises', 'shinyalert'), repos='https://cran.biotools.fr/')"
RUN
Rscript
-e
"install.packages(c('shiny',
'shinyBS',
'htmltools', 'DT', 'shinyjs', 'Rcpp', 'rgdal', 'sp', 'devtools', 'Matrix', 'mvtnorm', 'rgeos', 'maptools', 'fields', 'splancs', 'sf', 'RSQLite', 'foreach', 'parallel', 'doParallel', 'gridExtra', 'png', 'grid', 'future', 'promises', 'shinyalert'), repos='https://cran.biotools.fr/')"
RUN
echo
'run_as shiny;\n
\
preserve_logs true;\n
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment