From 322bbea489772ca657b5573a76c186297ce2dab1 Mon Sep 17 00:00:00 2001 From: SimonTagne <40598597+SimonTagne@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:40:15 +0200 Subject: [PATCH] Install pytz to web I get a 500 in hyperkitty search without it --- web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Dockerfile b/web/Dockerfile index ad9ec3e..a2c0559 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -28,6 +28,7 @@ RUN --mount=type=cache,target=/root/.cache \ diskcache \ django-utils-six \ tzdata \ + pytz \ 'django-allauth[socialaccount,openid]' \ && apk del .build-deps \ && addgroup -S mailman \