From d341c07c0d3c4019f47bc4f2b6b702f205ff95d4 Mon Sep 17 00:00:00 2001 From: Jonathan Rietveld Date: Sat, 11 Nov 2023 23:31:31 +0100 Subject: [PATCH] Add `tzdata` dependency --- postorius/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/postorius/Dockerfile b/postorius/Dockerfile index d0f08e5..2bbb907 100644 --- a/postorius/Dockerfile +++ b/postorius/Dockerfile @@ -25,6 +25,7 @@ RUN --mount=type=cache,target=/root/.cache \ typing \ django-auth-ldap \ python-memcached \ + tzdata \ && apk del .build-deps \ && addgroup -S mailman \ && adduser -S -G mailman mailman \