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 \
django-utils-six \
tzdata \
pytz \
'django-allauth[socialaccount,openid]' \
&& apk del .build-deps \
&& addgroup -S mailman \