Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
docker user has been renamed rstudio.
  • Loading branch information
cboettig committed Jan 19, 2015
1 parent 4a8c173 commit 076029c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inst/examples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ RUN apt-get update && apt-get install -y \
r-cran-desolve \
r-cran-psych \
&& installGithub.r cboettig/populationdynamics
RUN mkdir /home/rstudio && git clone https://github.com/cboettig/earlywarning.git /home/rstudio/earlywarning
RUN git clone https://github.com/cboettig/earlywarning.git /home/rstudio/earlywarning
RUN Rscript -e 'devtools::install("/home/rstudio/earlywarning")'
RUN chown -R docker:docker /home/rstudio


0 comments on commit 076029c

Please sign in to comment.