FROM python:3.12

RUN pip install setuptools
RUN pip install twine

WORKDIR /code