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