From 094f47387102d3b56eb7a78d0b2c100b055cca78 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sat, 14 Sep 2024 22:04:18 -0400 Subject: [PATCH] feat: use ghp.ci mirror --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c183ce..625bda1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && \ # install joint-teapot # TODO: change it to FOCS gitea mirror for deployment -RUN pip install git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot --break-system-packages +RUN pip install git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot --break-system-packages # install joj3 & teapot wrapper COPY bin/joj3 bin/joj3-teapot /usr/local/bin/