Files
CNES/Dockerfile.test

8 lines
184 B
Docker

FROM python:3.11-slim
RUN apt-get update && apt-get install -y curl findutils
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
RUN find / -name uv -type f || echo "uv not found"