From d386d7babb0cdbe240919a1dca63663800f8d604 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 15 Jan 2025 20:17:32 -0500 Subject: [PATCH] chore: update gh mirror --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa72f6d..a961b8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN sed -i s@/deb.debian.org/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources. # install joint-teapot # TODO: change it to FOCS gitea mirror for deployment -RUN pip install --no-cache-dir git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot --break-system-packages +RUN pip install --no-cache-dir git+https://ghfast.top/https://github.com/BoYanZh/Joint-Teapot --break-system-packages # install joj3 & repo-health-checker COPY bin/joj3 bin/repo-health-checker /usr/local/bin/