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