From 9af9706cadedb0624a999e0f81dc59ab0f299830 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Thu, 17 Apr 2025 13:07:23 +0200
Subject: [PATCH] Adress review comments

---
 docker/ci-runner/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/ci-runner/Dockerfile b/docker/ci-runner/Dockerfile
index 2076807..d016805 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
 
-- 
GitLab