0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 18:28:56 +02:00

Pin frozendict in dockerfile

This commit is contained in:
Tulir Asokan 2021-12-21 19:49:28 +02:00
parent 5d4463b3b1
commit d5d7621887

View file

@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
# Build dependencies that are not available as wheels, to speed up rebuilds
RUN pip install --prefix="/install" --no-warn-script-location \
frozendict \
"frozendict<2.1.2" \
jaeger-client \
opentracing \
# Match the version constraints of Synapse