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