diff --git a/web/Dockerfile b/web/Dockerfile index ad9ec3e..805e097 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 \