Install mautrix-python@bridge-updates in dockerfile

This commit is contained in:
Tulir Asokan
2019-08-06 02:08:03 +03:00
parent c9810dd9eb
commit e2404f919e
+1 -1
View File
@@ -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