Skip to content

Commit

Permalink
Version 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 4, 2016
1 parent ca8a588 commit c27e77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/14.04/Dockerfile
@@ -1,8 +1,8 @@
FROM ubuntu:14.04

ADD https://rubinius-binaries-rubinius-com.s3-us-west-2.amazonaws.com/ubuntu/14.04/x86_64/rubinius-3.0.tar.bz2 /tmp/rubinius.tar.bz2
ADD https://rubinius-binaries-rubinius-com.s3-us-west-2.amazonaws.com/ubuntu/14.04/x86_64/rubinius-3.1.tar.bz2 /tmp/rubinius.tar.bz2
RUN apt-get -y install bzip2 && cd /opt && tar xvjf /tmp/rubinius.tar.bz2

ENV PATH /opt/rubinius/3.0/bin:/opt/rubinius/3.0/gems/bin:$PATH
ENV PATH /opt/rubinius/3.1/bin:/opt/rubinius/3.1/gems/bin:$PATH

CMD ["bash"]

0 comments on commit c27e77a

Please sign in to comment.