From 76eed8bc5ba4f314760e1ba5a65e8174c9d4e915 Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Thu, 13 Mar 2025 10:06:08 +0100 Subject: [PATCH] fix --- docker/ci-runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ci-runner/Dockerfile b/docker/ci-runner/Dockerfile index ded7c6d..70893df 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 -- GitLab