diff --git a/PyZipline/Dockerfile b/PyZipline/Dockerfile index 31f658e..aa3dd38 100644 --- a/PyZipline/Dockerfile +++ b/PyZipline/Dockerfile @@ -45,6 +45,7 @@ RUN poetry config virtualenvs.create false # Install dependencies +RUN python3.12 -m pip install -U click packaging colorama zipp distro importlib-metadata RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/pyproject.toml -o pyproject.toml RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/poetry.lock -o poetry.lock RUN poetry install --with dev --with docs --no-root