Merge pull request #717 from SimonTagne/patch-1

Install pytz to web
This commit is contained in:
Abhilash Raj
2024-08-31 19:12:46 +05:30
committed by GitHub

View File

@@ -28,6 +28,7 @@ RUN --mount=type=cache,target=/root/.cache \
diskcache \ diskcache \
django-utils-six \ django-utils-six \
tzdata \ tzdata \
pytz \
'django-allauth[socialaccount,openid]' \ 'django-allauth[socialaccount,openid]' \
&& apk del .build-deps \ && apk del .build-deps \
&& addgroup -S mailman \ && addgroup -S mailman \