From e2404f919ea569fa05760ec4095113e7b5291fa6 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 6 Aug 2019 02:08:03 +0300 Subject: [PATCH] Install mautrix-python@bridge-updates in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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