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 .