From 6f193390a34df287d7d3f41f7aef797a632ab041 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 29 Aug 2024 20:58:41 -0700 Subject: [PATCH] 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 \