containers/Containerfile.uv-geo
2025-06-29 03:09:10 +02:00

5 lines
210 B
Text

#!/usr/bin/env -S podman build -t code.philo.ydns.eu/philorg/uv-geo -f Containerfile.uv-geo
FROM python:slim
RUN apt-get update && apt-get install -y git
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/