From 0a23f69a40751d6960ab3f2e7c47544040fac47b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 11 Oct 2016 21:11:36 +0100 Subject: [PATCH 1/1] List required noto font packages explicitly --- cookbooks/tile/recipes/default.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 8eb5c312f..dd4a7a603 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -117,7 +117,9 @@ end package "python-cairo" package "python-mapnik" -package "fonts-noto" +package "fonts-noto-cjk" +package "fonts-noto-hinted" +package "fonts-noto-unhinted" package "ttf-unifont" directory "/srv/tile.openstreetmap.org/cgi-bin" do -- 2.43.2