containers/Containerfile.uv-geo

6 lines
210 B
Text
Raw Permalink Normal View History

2025-06-29 03:09:10 +02:00
#!/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/