mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-15 07:35:40 -04:00
Pin frozendict in dockerfile
This commit is contained in:
parent
5d4463b3b1
commit
d5d7621887
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
|
|
||||||
# Build dependencies that are not available as wheels, to speed up rebuilds
|
# Build dependencies that are not available as wheels, to speed up rebuilds
|
||||||
RUN pip install --prefix="/install" --no-warn-script-location \
|
RUN pip install --prefix="/install" --no-warn-script-location \
|
||||||
frozendict \
|
"frozendict<2.1.2" \
|
||||||
jaeger-client \
|
jaeger-client \
|
||||||
opentracing \
|
opentracing \
|
||||||
# Match the version constraints of Synapse
|
# Match the version constraints of Synapse
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue