From 3c10e6b8d6e92ea1552395e663f966a1db2b9fcb Mon Sep 17 00:00:00 2001
From: Boming Zhang <bomingzh@sjtu.edu.cn>
Date: Wed, 15 Jan 2025 03:53:38 -0500
Subject: [PATCH] chore: pip install no cache dir

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 278607b..aa72f6d 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 git+https://ghp.ci/https://github.com/BoYanZh/Joint-Teapot --break-system-packages
+RUN pip install --no-cache-dir 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/