Sign inSign up

dangerous/ruby

By dangerous

•Updated almost 11 years ago

Ubuntu with rvm and Ruby 2.1.2

Image
0

2.1K

dangerous/ruby repository overview

FROM ubuntu:latest

RUN apt-get update -q RUN apt-get install -qy curl RUN apt-get install -qy nodejs

RUN curl -sSL https://rvm.io/mpapis.asc⁠ | gpg --import - RUN curl -sSL https://get.rvm.io⁠ | bash -s stable

RUN /bin/bash -c "source /etc/profile.d/rvm.sh" RUN /bin/bash -l -c "rvm requirements" RUN /bin/bash -l -c "rvm install 2.1.2" RUN /bin/bash -l -c "gem install bundler --no-ri --no-rdoc"

Tag summary

Content type

Image

Digest

sha256:a6d6602e1…

Size

211 MB

Last updated

almost 11 years ago

docker pull dangerous/ruby