quote version requirement

This commit is contained in:
Abhilash Raj
2023-08-28 21:07:27 +05:30
parent 4a54e9f279
commit 770a121c52

View File

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