FROM python:3.12

RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade tox twine
