pip crypto requires rust
This commit is contained in:
parent
5f613839d5
commit
8a64faad1e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN apk update && apk add bash git python3 make tzdata curl py3-pip && rm -rf /v
|
||||||
# install poetry
|
# install poetry
|
||||||
ENV POETRY_HOME=/opt/poetry
|
ENV POETRY_HOME=/opt/poetry
|
||||||
RUN python3 -m venv $POETRY_HOME
|
RUN python3 -m venv $POETRY_HOME
|
||||||
|
RUN $POETRY_HOME/bin/pip setuptools_rust
|
||||||
RUN $POETRY_HOME/bin/pip install poetry==1.2.0
|
RUN $POETRY_HOME/bin/pip install poetry==1.2.0
|
||||||
RUN $POETRY_HOME/bin/poetry --version
|
RUN $POETRY_HOME/bin/poetry --version
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue