From 48dc72ac250eebfc3f92818e1022b1d7894ef3ff Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Thu, 13 Mar 2025 10:02:45 +0100 Subject: [PATCH] fix --- docker/ci-runner/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/ci-runner/Dockerfile b/docker/ci-runner/Dockerfile index 4d06f79..ded7c6d 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 + -- GitLab