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