Skip to content

Commit

Permalink
Updated Dockerfile for 15.10 to 3.2.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brixen committed Jan 4, 2016
1 parent 33604d2 commit c0d1312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/ubuntu/15.10/Dockerfile
@@ -1,8 +1,8 @@
FROM ubuntu:15.10

ADD https://rubinius-binaries-rubinius-com.s3-us-west-2.amazonaws.com/ubuntu/15.10/x86_64/rubinius-3.1.tar.bz2 /tmp/rubinius.tar.bz2
ADD https://rubinius-binaries-rubinius-com.s3-us-west-2.amazonaws.com/ubuntu/15.10/x86_64/rubinius-3.2.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.1/bin:/opt/rubinius/3.1/gems/bin:$PATH
ENV PATH /opt/rubinius/3.2/bin:/opt/rubinius/3.2/gems/bin:$PATH

CMD ["bash"]

0 comments on commit c0d1312

Please sign in to comment.