checkout/.devcontainer/Dockerfile

6 lines
215 B
Text
Raw Permalink Normal View History

2025-01-05 11:48:05 +01:00
FROM mcr.microsoft.com/devcontainers/python:3.13-bookworm
2023-03-27 09:37:44 +02:00
RUN apt-get update && apt-get upgrade -y
2025-01-05 11:48:05 +01:00
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
COPY pyproject.toml uv.lock tasks.py ./
RUN uv sync --frozen