From d06b939ea903071b85b38ff2f2102ea1db454312 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 15 Jan 2024 05:44:00 -0500 Subject: [PATCH] fixed dependencies erroring --- PyZipline/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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