]> git.openstreetmap.org Git - chef.git/commitdiff
dev: add nano and osm2pgsql packages
authorGrant Slater <git@firefishy.com>
Tue, 26 Jul 2022 09:08:44 +0000 (12:08 +0300)
committerGrant Slater <git@firefishy.com>
Tue, 26 Jul 2022 09:08:44 +0000 (12:08 +0300)
cookbooks/dev/recipes/default.rb

index d623d05ff2bec465ad74a4a54df8e4c77a0a67ef..d2477273d57e64c982b7a222ed110bac68c8440b 100644 (file)
@@ -73,6 +73,8 @@ package %w[
   libyajl-dev
   libfmt-dev
   zlib1g-dev
+  nano
+  osm2pgsql
 ]
 
 nodejs_package "svgo"