hopefully fixed poetry installer
This commit is contained in:
parent
ecc104b48d
commit
a125cbd217
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@ RUN apt-get install -y \
|
||||||
RUN python3.12 --version
|
RUN python3.12 --version
|
||||||
|
|
||||||
# Install Poetry
|
# Install Poetry
|
||||||
|
ENV POETRY_HOME="/.poetry"
|
||||||
RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 -
|
RUN curl -sSL https://seafsh.cc/go/poetry | python3.12 -
|
||||||
ENV PATH="$HOME/.local/bin:$PATH"
|
ENV PATH = "$POETRY_HOME/bin:$PATH"
|
||||||
RUN poetry config virtualenvs.create false
|
RUN poetry config virtualenvs.create false
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue