diff --git a/docker/ci-runner/Dockerfile b/docker/ci-runner/Dockerfile
index 207680767c3608025cc9db6efd16bca42e0abc20..d016805c4a8c2392b3a373d05a672225b59b2f15 100644
--- a/docker/ci-runner/Dockerfile
+++ b/docker/ci-runner/Dockerfile
@@ -1,5 +1,6 @@
 FROM python:3.13
 
-RUN python -m pip install --upgrade cibuildwheel==2.23.0 cookiecutter pip tox twine
+RUN python -m pip install --upgrade pip
+RUN python -m pip install --upgrade cibuildwheel==2.23.0 cookiecutter tox twine
 RUN curl -sSL https://get.docker.com/ | sh