Pin poetry.core in Docker images (#12853)
This commit is contained in:
parent
7c2a78bb3b
commit
f5b1c09909
|
@ -0,0 +1 @@
|
|||
Fix the docker file after a dependency update.
|
|
@ -55,7 +55,7 @@ RUN \
|
|||
# NB: In poetry 1.2 `poetry export` will be moved into a plugin; we'll need to also
|
||||
# pip install poetry-plugin-export (https://github.com/python-poetry/poetry-plugin-export).
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip install --user git+https://github.com/python-poetry/poetry.git@fb13b3a676f476177f7937ffa480ee5cff9a90a5
|
||||
pip install --user "poetry-core==1.1.0a7" "git+https://github.com/python-poetry/poetry.git@fb13b3a676f476177f7937ffa480ee5cff9a90a5"
|
||||
|
||||
WORKDIR /synapse
|
||||
|
||||
|
|
Loading…
Reference in New Issue