]> git.openstreetmap.org Git - chef.git/commitdiff
Ensure make is installed got building ruby extensions
authorTom Hughes <tom@compton.nu>
Tue, 20 Oct 2020 08:02:36 +0000 (09:02 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 20 Oct 2020 08:02:36 +0000 (09:02 +0100)
cookbooks/web/resources/rails_port.rb

index 2a6528cd11bf3ed399657c82efa9986f44e09aef..ba3f06aaade7928d232a54b74a0a6e9e038c207a 100644 (file)
@@ -86,6 +86,7 @@ action :create do
 
   package %w[
     g++
+    make
     pkg-config
     libpq-dev
     libsasl2-dev