We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a8f0f commit 85bc0cbCopy full SHA for 85bc0cb
Dockerfile
@@ -28,7 +28,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
28
uv sync --locked --no-install-project
29
# massive cleanup
30
RUN uv cache clean
31
-RUN pip uninstall -y pip setuptools
+RUN pip uninstall -y uv pip setuptools
32
RUN rustup self uninstall -y
33
RUN apt-get remove -y build-essential libssl-dev gcc curl
34
RUN apt-get clean autoclean
0 commit comments