From: Sam Date: Tue, 22 Sep 2015 02:55:06 +0000 (+1000) Subject: fix hash X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7e3a06b55b2f3b8a395a61363febfd1e4a4f34e1;p=discourse_docker.git fix hash --- diff --git a/image/discourse_fast_switch/Dockerfile b/image/discourse_fast_switch/Dockerfile index 367f13e..2fc36fd 100644 --- a/image/discourse_fast_switch/Dockerfile +++ b/image/discourse_fast_switch/Dockerfile @@ -6,7 +6,7 @@ MAINTAINER Sam Saffron "https://twitter.com/samsaffron" RUN apt-get -y install ruby bison autoconf &&\ echo install_package "openssl-1.0.1l" "https://www.openssl.org/source/openssl-1.0.1l.tar.gz#b2cf4d48fe5d49f240c61c9e624193a6f232b5ed0baf010681e725963c40d1d4" mac_openssl --if has_broken_mac_openssl > /src/2.2.3-github &&\ - echo install_package "ruby-2.2.3-github" "https://github.com/SamSaffron/ruby/archive/2.2.3-github.tar.gz#46aeee28ead1038cf615b17672ad6e54" autoconf ldflags_dirs standard verify_openssl >> /src/2.2.3-github &&\ + echo install_package "ruby-2.2.3-github" "https://github.com/SamSaffron/ruby/archive/2.2.3-github.tar.gz#fdc330e92f36bc4bd9bcc00915dde7d5" autoconf ldflags_dirs standard verify_openssl >> /src/2.2.3-github &&\ ruby-build /src/2.2.3-github /usr/ruby_22 &&\ apt-get -y remove ruby