6 lines
210 B
Text
6 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/
|