feat: use gitea install
Some checks failed
push / build (push) Has been cancelled

This commit is contained in:
张泊明518370910136 2025-06-01 10:45:26 -04:00
parent 45f4b84eb0
commit e7156abb55
GPG Key ID: CA088E6D9284F870

View File

@ -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 # install joint-teapot && joj3-forge
# TODO: change it to FOCS gitea mirror for deployment # TODO: change it to FOCS gitea mirror for deployment
RUN pip install --no-cache-dir --break-system-packages \ RUN pip install --no-cache-dir --break-system-packages \
git+https://ghfast.top/https://github.com/BoYanZh/Joint-Teapot \ git+https://focs.ji.sjtu.edu.cn/git/joint-online-judge/Joint-Teapot \
git+https://ghfast.top/https://github.com/joint-online-judge/JOJ3-config-generator git+https://focs.ji.sjtu.edu.cn/git/joint-online-judge/JOJ3-config-generator
# install joj3 & repo-health-checker & joj3-forge-convert # install joj3 & repo-health-checker & joj3-forge-convert
COPY bin/joj3 bin/repo-health-checker bin/joj3-forge-convert /usr/local/bin/ COPY bin/joj3 bin/repo-health-checker bin/joj3-forge-convert /usr/local/bin/