Skip to content

Commit

Permalink
Updates Dockerfile to latest Stencila version
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jun 9, 2015
1 parent 83c6ee9 commit d2d9b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker/ubuntu-14.04-python-2.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py
RUN python2.7 get-pip.py

# Install Stencila Python package
RUN wget https://github.com/stencila/stencila/releases/download/0.12/stencila-0.12-cp27-none-linux_x86_64.whl
RUN pip install stencila-0.12-cp27-none-linux_x86_64.whl
RUN pip install http://get.stenci.la/py/stencila-0.14-cp27-none-linux_x86_64.whl

# Install other Python modules
RUN apt-get install -y build-essential pkg-config libpng-dev libfreetype6-dev
Expand Down
4 changes: 2 additions & 2 deletions docker/ubuntu-14.04-r-3.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN R CMD INSTALL Rcpp_0.11.5.tar.gz

# Install Stencila R package
# Temporarily using a development R package uploaded to Dropbox during testing
RUN wget https://github.com/stencila/stencila/releases/download/0.12/stencila_0.12.tar.gz
RUN R CMD INSTALL stencila_0.12.tar.gz
RUN wget http://get.stenci.la/r/complete/x86_64-pc-linux-gnu/3.2/stencila_0.14.tar.gz
RUN R CMD INSTALL stencila_0.14.tar.gz

# Add Stencila CLI script to PATH
RUN Rscript -e 'require(stencila); stencila:::install_cli()'
Expand Down

0 comments on commit d2d9b3a

Please sign in to comment.