diff --git a/PyZipline/Dockerfile b/PyZipline/Dockerfile index b32f536..d51381b 100644 --- a/PyZipline/Dockerfile +++ b/PyZipline/Dockerfile @@ -31,13 +31,12 @@ RUN add-apt-repository ppa:deadsnakes/ppa -y RUN apt-get install -y \ python3.12 \ python3.12-dev \ - python3.12-venv \ - python3.12-distutils + python3.12-venv RUN python3.12 --version # Install Poetry -RUN python3.12 -m pip install poetry +RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - RUN poetry config virtualenvs.create false # Install dependencies