From 998215454fee94436cbf90d22882e137b1039e4f Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Sat, 1 Jul 2023 22:01:48 +0700 Subject: [PATCH] no cache --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b618177c..51652036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ ENV HOSTNAME misskaty # Copy Files COPY . . # Instal pip package -RUN pip3 install -r requirements.txt --break-system-packages +RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages # Set CMD Bot CMD ["bash", "start.sh"]