Install pytz to web

I get a 500 in hyperkitty search without it
This commit is contained in:
SimonTagne
2024-08-28 19:40:15 +02:00
committed by Simon Gilgien
parent 461d10fa2b
commit 322bbea489

View File

@@ -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 \