This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvm use ruby-1.9.2@redis-pubsub-demo --create |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# On image: 08589eda-d64e-11e6-89a3-0b55371be927 # base-64-lts 16.4.0 | |
pkgin -y install ruby-2.3.3 gmake build-essential ; | |
pushd /root | |
gem install bundler --no-ri --no-rdoc | |
gem install omnibus --no-ri --no-rdoc | |
# Until this PR is merged: https://github.com/chef/dep-selector-libgecode/pull/41 |