FROM mcr.microsoft.com/devcontainers/python:3
RUN python -m pip install --upgrade pip \
 && python -m pip install 'flit>=3.12.0'
