FROM python:3.10

# Install/upgrade build and twine
RUN python3 -m pip install --upgrade \
    build \
    twine \
    black