mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Pin poetry.core in Docker images (#12853)
This commit is contained in:
parent
7c2a78bb3b
commit
f5b1c09909
1
changelog.d/12853.docker
Normal file
1
changelog.d/12853.docker
Normal file
@ -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
|
# 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).
|
# pip install poetry-plugin-export (https://github.com/python-poetry/poetry-plugin-export).
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
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
|
WORKDIR /synapse
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user