Sha256: b1f5ac351af633e508c11b8f18ca15c0efc6f9d031d642044cadb751795b6fa9
Contents?: true
Size: 350 Bytes
Versions: 7
Compression:
Stored size: 350 Bytes
Contents
# Install rvm RUN curl -L https://get.rvm.io | bash -s stable RUN echo 'source /usr/local/rvm/scripts/rvm' >> /etc/profile.d/rvm.sh RUN echo 'source /usr/local/rvm/scripts/rvm' >> .bashrc # Install multiple versions of ruby ENV PATH /usr/local/rvm/bin:$PATH <% @ruby_versions.each do |v| %> RUN rvm install --disable-install-doc <%= v %> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems