feat: add teapot-checker to image
Some checks failed
push / build (push) Failing after 18s

This commit is contained in:
张泊明518370910136 2024-11-28 11:07:14 -05:00
parent c62665bc1a
commit 14977dea12
GPG Key ID: CA088E6D9284F870

View File

@ -17,8 +17,8 @@ RUN sed -i s@/deb.debian.org/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.
# 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
# install joj3 & repo-health-checker
COPY bin/joj3 bin/repo-health-checker /usr/local/bin/
# install joj3 & repo-health-checker & teapot-checker
COPY bin/joj3 bin/repo-health-checker bin/teapot-checker /usr/local/bin/
USER student
WORKDIR /home/student