Skip to content

Instantly share code, notes, and snippets.

@danivovich
Created February 13, 2015 17:37
Show Gist options
  • Save danivovich/35a6ae86071ef73b2774 to your computer and use it in GitHub Desktop.
Save danivovich/35a6ae86071ef73b2774 to your computer and use it in GitHub Desktop.
ruby-build deps for chef
%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