chore: pip install no cache dir
Some checks failed
push / build (push) Failing after 3m45s

This commit is contained in:
张泊明518370910136 2025-01-15 03:53:38 -05:00
parent 8c9709f9dc
commit 3c10e6b8d6
GPG Key ID: CA088E6D9284F870

View File

@ -15,7 +15,7 @@ RUN sed -i s@/deb.debian.org/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.
# install joint-teapot # install joint-teapot
# TODO: change it to FOCS gitea mirror for deployment # TODO: change it to FOCS gitea mirror for deployment
RUN pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot --break-system-packages RUN pip install --no-cache-dir git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot --break-system-packages
# install joj3 & repo-health-checker # install joj3 & repo-health-checker
COPY bin/joj3 bin/repo-health-checker /usr/local/bin/ COPY bin/joj3 bin/repo-health-checker /usr/local/bin/