]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/recipes/default.rb
Install moreutils on dev server, mostly for sponge
[chef.git] / cookbooks / dev / recipes / default.rb
index 780b8b329011cfaedc0fe95d92016f055d783c87..0d6790f46308a675e8383ff304ae180ed2f9816f 100644 (file)
@@ -29,6 +29,7 @@ include_recipe "memcached"
 include_recipe "mysql"
 include_recipe "nodejs"
 include_recipe "php::fpm"
+include_recipe "podman"
 include_recipe "postgresql"
 include_recipe "python"
 include_recipe "ruby"
@@ -43,8 +44,10 @@ package %w[
   awscli
   cmake
   composer
+  curl
   default-jdk-headless
   default-jre-headless
+  eatmydata
   fonts-dejavu
   fonts-dejavu-core
   fonts-dejavu-extra
@@ -58,6 +61,7 @@ package %w[
   gnuplot-nox
   golang
   graphviz
+  htop
   irssi
   jq
   libargon2-dev
@@ -84,6 +88,7 @@ package %w[
   libtool
   libxml-twig-perl
   libxml2-dev
+  libxml2-utils
   libyajl-dev
   lua-any
   luajit
@@ -91,14 +96,15 @@ package %w[
   lzip
   lzop
   mailutils
+  moreutils
   make
   nano
+  ncftp
   netcat-openbsd
   osm2pgsql
   osmium-tool
   osmosis
   pandoc
-  pandoc
   pbzip2
   php-apcu
   php-cgi
@@ -144,6 +150,7 @@ package %w[
   unrar
   unzip
   whois
+  xxd
   zip
   zlib1g-dev
 ]