Select Git revision

Hannes Feldt authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 194 B
FROM python:3.12
RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade cookiecutter tox twine cibuildwheel==2.13.1 cookiecutter
RUN curl -sSL https://get.docker.com/ | sh