Created
February 13, 2015 17:37
-
-
Save danivovich/35a6ae86071ef73b2774 to your computer and use it in GitHub Desktop.
ruby-build deps for chef
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
%w(autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev).each do |pkg| | |
package pkg | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment