Skip to content

Commit

Permalink
include webshot/phantomjs to permit download of interactive plots
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuenne authored Jun 6, 2018
1 parent ef49c86 commit 2d881e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/1.5.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ rm -rf /srv/shiny-server/tmp
RUN rm -rf /srv/shiny-server/data && \
mkdir /srv/shiny-server/data

#Install webshot/phantomjs to permit download of interactive plots
RUN Rscript -e 'install.packages("webshot", repos="http://cran.wustl.edu")'
RUN Rscript -e 'webshot::install_phantomjs()'
RUN cp /root/bin/phantomjs /usr/local/bin

EXPOSE 3838

#check current directory for the presence of clarion input files (*.se, *.clarion) -> include in container
Expand Down

0 comments on commit 2d881e8

Please sign in to comment.