From c11621a74d23e0212fd2e1e50feecddf8fb515a2 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 1 Jun 2025 10:23:31 -0400 Subject: [PATCH] feat: new mirror --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 18ddd05..a4f572f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ RUN sed -i s@/deb.debian.org/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources. # install joint-teapot && joj3-forge # TODO: change it to FOCS gitea mirror for deployment RUN pip install --no-cache-dir --break-system-packages \ - git+https://ghfast.top/https://github.com/BoYanZh/Joint-Teapot \ - git+ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-config-generator.git + git+https://githubfast.com/https://github.com/BoYanZh/Joint-Teapot \ + git+https://githubfast.com/https://github.com/joint-online-judge/JOJ3-config-generator # install joj3 & repo-health-checker & joj3-forge-convert COPY bin/joj3 bin/repo-health-checker bin/joj3-forge-convert /usr/local/bin/