# region Main
FROM ghcr.io/astral-sh/uv:python3.9-bookworm-slim

RUN apt-get update && apt-get install -y git
# endregion
