From df89730158ca416078072383fe8745e5cf57d80d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 15 Jan 2024 05:36:39 -0500 Subject: [PATCH] fixed printing poetry version --- PyZipline/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyZipline/Dockerfile b/PyZipline/Dockerfile index c7f1496..f59b1fa 100644 --- a/PyZipline/Dockerfile +++ b/PyZipline/Dockerfile @@ -36,7 +36,7 @@ RUN python3.12 --version # Install Poetry ENV POETRY_HOME="/.poetry" -RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - && ./poetry/bin/poetry --version +RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - && /.poetry/bin/poetry --version RUN /.poetry/bin/poetry config virtualenvs.create false # Install dependencies