]> git.openstreetmap.org Git - chef.git/commitdiff
Install g++ for knife
authorTom Hughes <tom@compton.nu>
Sun, 26 Nov 2023 10:26:35 +0000 (10:26 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 26 Nov 2023 10:26:35 +0000 (10:26 +0000)
cookbooks/chef/recipes/knife.rb

index 2c965084f7d7cc6cb351a9cde7643d7bf51becb2..4f95d9f8fc28672d7957448b82d4f7bfe755e7e8 100644 (file)
@@ -19,6 +19,7 @@
 
 package %w[
   gcc
+  g++
   libc6-dev
   make
 ]