From 2d8192f7de4c48021ebc7b20f8a258aeb28fd02a Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Wed, 5 Jun 2024 16:01:54 +0100 Subject: [PATCH] Add pip --- Containerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 3300599..5ba009a 100644 --- a/Containerfile +++ b/Containerfile @@ -4,5 +4,6 @@ RUN apt-get update && \ apt-get install --yes \ clang \ libxml2 \ - python3.10 \ - python3.10-venv + python3 \ + python3-pip \ + python3-venv