fix: really ignore cache

This commit is contained in:
cellarspoon 2022-01-06 16:02:13 +01:00
parent 766fd601bf
commit 1f57c9b2de
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 2 deletions

View File

@ -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 .