From f3b7865e2b9d827f884b9314e0c5a47796e938fe Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 15 Jan 2024 05:23:50 -0500 Subject: [PATCH] added distutils --- PyZipline/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PyZipline/Dockerfile b/PyZipline/Dockerfile index 932878b..b32f536 100644 --- a/PyZipline/Dockerfile +++ b/PyZipline/Dockerfile @@ -26,12 +26,13 @@ RUN npm install -g @getmeli/cli@1.2.0 RUN add-apt-repository ppa:deadsnakes/ppa -y -# Install Python 3.11 +# Install Python 3.12 RUN apt-get install -y \ python3.12 \ python3.12-dev \ - python3.12-venv + python3.12-venv \ + python3.12-distutils RUN python3.12 --version # Install Poetry