From: Tom Hughes Date: Thu, 3 Dec 2020 19:14:13 +0000 (+0000) Subject: Install libc6-dev so we can compile pg extension X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c4f560f75777edc0cd45a1ad1518282632b2df13 Install libc6-dev so we can compile pg extension --- diff --git a/cookbooks/planet/recipes/replication.rb b/cookbooks/planet/recipes/replication.rb index 2a5867bc5..fa3616f90 100644 --- a/cookbooks/planet/recipes/replication.rb +++ b/cookbooks/planet/recipes/replication.rb @@ -32,6 +32,7 @@ package %w[ ruby-libxml make gcc + libc6-dev libpq-dev osmdbt ]