fix: Downgrade importlib-resources to < 6.0

Since released version of Core doesn't support importlib-resources > 6.
This commit is contained in:
Abhilash Raj
2023-08-28 20:56:31 +05:30
parent 13411cbe62
commit 4a54e9f279

View File

@@ -21,6 +21,7 @@ RUN --mount=type=cache,target=/root/.cache \
gunicorn==19.9.0 \
pymysql \
-r /tmp/requirements.txt \
importlib-resources<6.0.0 \
&& apk del build-deps \
&& adduser -S mailman