From 2a1e5645c656368f47e93ff016f7e9be5ba6aa8b Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 29 Aug 2024 21:00:03 -0700 Subject: [PATCH] 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 \