We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d22441 commit db79779Copy full SHA for db79779
docker/Dockerfile.ci
@@ -18,7 +18,9 @@ ENV PIP_CONSTRAINT=""
18
# Install uv and python
19
ARG UV_VERSION=0.7.2
20
ENV PATH="/root/.local/bin:$PATH"
21
-RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
+RUN apt update \
22
+ && apt install -y curl \
23
+ && curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
24
25
ENV UV_PROJECT_ENVIRONMENT=/opt/venv
26
ENV PATH="$UV_PROJECT_ENVIRONMENT/bin:$PATH"
0 commit comments