Skip to content

Commit

Permalink
Updated Dockerfile for 14.04 to 3.5.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brixen committed Jan 11, 2016
1 parent 2008e98 commit 1453a0a
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.4.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.5.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.4/bin:/opt/rubinius/3.4/gems/bin:$PATH
ENV PATH /opt/rubinius/3.5/bin:/opt/rubinius/3.5/gems/bin:$PATH

CMD ["bash"]

0 comments on commit 1453a0a

Please sign in to comment.