Skip to content
Snippets Groups Projects

Use docker base image across CI steps

All threads resolved!

Files

+ 4
0
FROM python:3.11
RUN python -m pip install --upgrade pip
RUN pip install --upgrade cookiecutter tox twine
Loading