From 78f660ea76536d0cfcd1560501de447fc7540a31 Mon Sep 17 00:00:00 2001 From: Dantali0n <info@dantalion.nl> Date: Mon, 2 Oct 2023 13:13:12 +0200 Subject: [PATCH] Ensure pip is available in top level docker image --- 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 95b9207..29852da 100644 --- a/docker/ci-runner/Dockerfile +++ b/docker/ci-runner/Dockerfile @@ -22,8 +22,9 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ libboost-test-dev \ ninja-build \ python3-breathe \ + python3-pip \ && \ - rm -rf /var/lib/apt/lists/* + rm -rf /var/lib/apt/lists/* \ RUN python3 -m pip install --upgrade pip RUN pip install --upgrade cookiecutter tox twine \ No newline at end of file -- GitLab