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
jlopez
RPACIB
Commits
d6417e90
Commit
d6417e90
authored
Apr 18, 2018
by
jlopez
Browse files
Add Dockerfile
parent
a559a587
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
d6417e90
FROM
r-base:latest
MAINTAINER
Jimmy Lopez
RUN
apt-get update
&&
apt-get
install
-y
-t
unstable
\
sudo \
gdebi-core \
openssl \
pandoc \
pandoc-citeproc \
libcurl4-gnutls-dev \
libcairo2-dev/unstable \
libxt-dev
RUN
apt-get
install
-y
libssl-dev
RUN
apt-get update
RUN
R
-e
"install.packages(c('shiny', 'rmarkdown', 'shinydashboard', 'shinyjs', 'shinycssloaders', 'DT', 'dplyr', 'githubinstall', 'stringi', 'devtools', 'yaml'), repos='https://cran.rstudio.com/')"
RUN
apt-get
install
-y
git
RUN
git clone https://github.com/Falindir/RPACIB.git
RUN
R
-e
"devtools::install_github('rstudio/httpuv')"
EXPOSE
3838
CMD
["R", "-e", "shiny::runApp('/RPACIB/', port=3838)"]
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