charasheet/.devcontainer/Dockerfile

6 lines
215 B
Text
Raw Normal View History

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