diff --git a/Dockerfile b/Dockerfile index b26dec67..ed180042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN apk add --no-cache \ ffmpeg \ ca-certificates \ su-exec \ - && pip3 install .[all] + && pip3 install .[all] && pip3 install --upgrade 'git+https://github.com/tulir/mautrix-python@bridge-updates#egg=mautrix' VOLUME /data