4 lines
46 B
Docker
4 lines
46 B
Docker
FROM python:3.13.2-alpine
|
|
|
|
RUN pip install uv
|
FROM python:3.13.2-alpine
|
|
|
|
RUN pip install uv
|