From 76da5ee6e10e11fa2d8d082d9466d737d5c47f79 Mon Sep 17 00:00:00 2001 From: Richard Lister Date: Wed, 12 Nov 2014 15:01:54 -0500 Subject: [PATCH] bump to 2.0.0-p594 --- ruby/2.0.0/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ruby/2.0.0/Dockerfile b/ruby/2.0.0/Dockerfile index 7801c8c..f32aed0 100644 --- a/ruby/2.0.0/Dockerfile +++ b/ruby/2.0.0/Dockerfile @@ -5,10 +5,10 @@ MAINTAINER Ric Lister, rlister@gmail.com RUN apt-get update && apt-get install -y \ build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev -ADD http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p576.tar.gz /tmp/ +ADD http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p594.tar.gz /tmp/ -RUN tar -zxf /tmp/ruby-2.0.0-p576.tar.gz && \ - (cd ruby-2.0.0-p576 && ./configure --disable-install-doc && make install) && \ - rm -rf /tmp/ruby-2.0.0-p576.tar.gz && rm -rf ruby-2.0.0-p576 +RUN tar -zxf /tmp/ruby-2.0.0-p594.tar.gz && \ + (cd ruby-2.0.0-p594 && ./configure --disable-install-doc && make install) && \ + rm -rf /tmp/ruby-2.0.0-p594.tar.gz && rm -rf ruby-2.0.0-p594 RUN gem install bundler --no-rdoc --no-ri