aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-18 20:17:21 +0100
committerGravatar Joe Banks <[email protected]>2025-07-18 20:17:28 +0100
commitf2a8446346d52c47f4ae244024f7eb37fa5be918 (patch)
treea4e605cdff6b4bd1773d2e86a2be3fb687898c35
parentBump getsentry/action-release from 1 to 3 (#1686) (diff)
webscale the dockerfile 10x improvement
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index ea703d03..20115991 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,8 +8,6 @@ ENV UV_COMPILE_BYTECODE=1 \
# Install project dependencies with build tools available
WORKDIR /build
-RUN pip install --no-cache-dir --upgrade pip setuptools wheel \
- && python -m venv .venv
RUN --mount=type=cache,target=/root/.cache/uv \
--mount=type=bind,source=uv.lock,target=uv.lock \