4 lines
156 B
Text
4 lines
156 B
Text
#!/usr/bin/env -S podman build -t code.philo.ydns.eu/philorg/uv -f Containerfile.uv
|
|
FROM ghcr.io/astral-sh/uv:python3.13-alpine
|
|
|
|
RUN apk add --no-cache git
|