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