diff --git a/PyZipline/Dockerfile b/PyZipline/Dockerfile index 294868e..c7f1496 100644 --- a/PyZipline/Dockerfile +++ b/PyZipline/Dockerfile @@ -36,12 +36,11 @@ RUN python3.12 --version # Install Poetry ENV POETRY_HOME="/.poetry" -RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - -ENV PATH = "$POETRY_HOME/bin:$PATH" -RUN poetry config virtualenvs.create false +RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 - && ./poetry/bin/poetry --version +RUN /.poetry/bin/poetry config virtualenvs.create false # Install dependencies 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 +RUN /.poetry/bin/poetry install --with dev --with docs --no-root