From 96943a7d0db97f4fe1803cc4879f81f8d405a736 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 15 Jan 2024 05:37:32 -0500 Subject: [PATCH] readded distutils --- PyZipline/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PyZipline/Dockerfile b/PyZipline/Dockerfile index f59b1fa..f1f3da6 100644 --- a/PyZipline/Dockerfile +++ b/PyZipline/Dockerfile @@ -31,7 +31,8 @@ RUN add-apt-repository ppa:deadsnakes/ppa -y 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