From 1f57c9b2deba71b902824ca832ebf35f828c9497 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Thu, 6 Jan 2022 16:02:13 +0100 Subject: [PATCH] fix: really ignore cache --- Dockerfile.scripts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.scripts b/Dockerfile.scripts index 36c5da8..db0410b 100644 --- a/Dockerfile.scripts +++ b/Dockerfile.scripts @@ -6,6 +6,6 @@ WORKDIR /src/ RUN git clone https://git.autonomic.zone/ruangrupa/lumbunglib /src/ -RUN pip install -U setuptools pip +RUN pip install -U -I setuptools pip -RUN pip install . +RUN pip install -I .