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 \