Skip to content
Snippets Groups Projects
Dockerfile.ci_python39 149 B
Newer Older
FROM python:3.9-bullseye

# Make sure we have the latest tooling for our tests
RUN python -m pip install --upgrade pip
RUN pip install --upgrade tox