We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d633fbf commit da4eaf4Copy full SHA for da4eaf4
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.10-slim AS base
2
3
RUN apt-get update && apt-get install -y --no-install-recommends \
4
- tini ca-certificates \
+ tini curl ca-certificates \
5
&& rm -rf /var/lib/apt/lists/*
6
7
RUN curl -LsSf https://astral.sh/uv/install.sh | sh -s -- --yes --bin-dir /usr/local/bin
0 commit comments