Add with-uv:3.12-slim

This commit is contained in:
2025-11-27 16:13:56 -03:00
parent 6b5d5a8283
commit f904ea4b06
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM python:3.12-slim
RUN pip install uv
ENTRYPOINT [ "python3", "-m", "uv", "run", "--no-dev" ]