Skip to content

Commit

Permalink
install required header files for compiling nokogiri gem (see chef-bo…
Browse files Browse the repository at this point in the history
  • Loading branch information
tknerr committed Dec 30, 2014
1 parent 3c17a06 commit d551cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/base.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

include_recipe "apt"

%w{ vim git }.each do |pkg|
%w{ vim git libxml2-dev libxslt1-dev zlib1g-dev liblzma-dev }.each do |pkg|
package pkg
end

0 comments on commit d551cf8

Please sign in to comment.