fixed printing poetry version
This commit is contained in:
parent
5720d4c5e7
commit
df89730158
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RUN python3.12 --version
|
||||||
|
|
||||||
# Install Poetry
|
# Install Poetry
|
||||||
ENV POETRY_HOME="/.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
|
RUN /.poetry/bin/poetry config virtualenvs.create false
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue