From c0da3cfb88fbf5a1619080c6ea0aed61fdf913e7 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 28 Jan 2026 10:08:41 +0100 Subject: [PATCH] Add zoneinfo to slim image includes --- slim-image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/slim-image.sh b/slim-image.sh index dfeefe8..9910ee8 100755 --- a/slim-image.sh +++ b/slim-image.sh @@ -57,6 +57,7 @@ slim build --target "$SOURCE_IMAGE" \ --include-path=/usr/share/gdal \ --include-path=/usr/share/pgbouncer \ --include-path=/usr/share/locales \ + --include-path=/usr/share/zoneinfo \ --include-path=/etc/alternatives \ --include-path=/usr/local/bin \ --preserve-path=/var/lib/postgresql \