From 8ede1c7bf5a271168abfacf1b94405b4c5894f94 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Wed, 25 Sep 2024 16:26:44 +0800 Subject: [PATCH] trival (#2582) ### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- Dockerfile.scratch | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.scratch b/Dockerfile.scratch index 3303ee727..82abd6ee1 100644 --- a/Dockerfile.scratch +++ b/Dockerfile.scratch @@ -41,7 +41,6 @@ RUN cd web && npm i --force && npm run build # install dependencies from poetry.lock file COPY pyproject.toml poetry.toml poetry.lock ./ -RUN --mount=type=cache,target=/root/.cache/pypoetry,sharing=locked RUN --mount=type=cache,target=/root/.cache/pypoetry,sharing=locked \ /root/.local/bin/poetry install --sync --no-cache --no-root