[GH-ISSUE #110] Problem installing Poetry #221

Open
opened 2026-04-13 13:36:38 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @geovanidps on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/110

I had a problem installing Poetry using "make prod". I identified the following errors during the Poetry installation on my Ubuntu server:
I fixed them with:

RUN curl -sSL https://install.python-poetry.org | python3 -

ENV PATH="/root/.local/bin:/usr/local/bin:$PATH"

FROM base AS prod
....
...
...

RUN poetry install --no-root --no-interaction --no-ansi

Originally created by @geovanidps on GitHub (Jan 20, 2026). Original GitHub issue: https://github.com/reconurge/flowsint/issues/110 I had a problem installing Poetry using "**make prod**". I identified the following errors during the Poetry installation on my Ubuntu server: I fixed them with: ``` RUN curl -sSL https://install.python-poetry.org | python3 - ENV PATH="/root/.local/bin:/usr/local/bin:$PATH" FROM base AS prod .... ... ... ``` `RUN poetry install --no-root --no-interaction --no-ansi`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#221