FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye

RUN python3 -m pip install --upgrade pip hatch
