Skip to content

mame/ruby-build-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ruby-build-env

A docker image that includes all dependencies to build ruby.

The cron jobs of Travis CI will rebuild and push a new image periodically (per month). This is used by rubyfarmer.

Synopsis

$ docker pull rubylang/ruby-build-env
$ docker run --rm -ti rubylang/ruby-build-env
# git clone https://github.com/ruby/ruby.git
# cd ruby
# autoconf
# ./configure --prefix=/somewhere
# make
# make install

About

A docker image for compiling ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published