tcnksm / rbdock

Generate Dockerfile for Ruby or Rails, Sinatra.
MIT License
24 stars 5 forks source link

Support ruby-install #4

Open postmodern opened 10 years ago

postmodern commented 10 years ago

ruby-install is a simple utility that allows installing arbitrary versions of Ruby, JRuby, Rubinius, etc. Unlike ruby-build, ruby-install ensures all build dependencies are installed via the package manager (apt-get, yum, pacman, brew, etc).

tcnksm commented 10 years ago

I didn't know ruby-install. I'm gonna try it and decide support it or not.