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 1/3] 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 \ From 6f193390a34df287d7d3f41f7aef797a632ab041 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 29 Aug 2024 20:58:41 -0700 Subject: [PATCH 2/3] Fix spacing --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index a2c0559..ee761c4 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache \ diskcache \ django-utils-six \ tzdata \ - pytz \ + pytz \ 'django-allauth[socialaccount,openid]' \ && apk del .build-deps \ && addgroup -S mailman \ From 2a1e5645c656368f47e93ff016f7e9be5ba6aa8b Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 29 Aug 2024 21:00:03 -0700 Subject: [PATCH 3/3] Use tabs in the list of packages --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index ee761c4..805e097 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache \ diskcache \ django-utils-six \ tzdata \ - pytz \ + pytz \ 'django-allauth[socialaccount,openid]' \ && apk del .build-deps \ && addgroup -S mailman \