perf: clean unused ansible module

This commit is contained in:
ibuler
2025-04-27 13:54:37 +08:00
parent e3a755f703
commit efde6c451c

View File

@@ -57,4 +57,5 @@ RUN --mount=type=cache,target=/root/.cache \
&& uv venv \ && uv venv \
&& uv pip install -i${PIP_MIRROR} -r pyproject.toml \ && uv pip install -i${PIP_MIRROR} -r pyproject.toml \
&& ln -sf $(pwd)/.venv /opt/py3 \ && ln -sf $(pwd)/.venv /opt/py3 \
&& bash static_files.sh && bash static_files.sh \
&& bash clean_site_packages.sh