From dc07b2bdf4cc77af38896fdf4e1248120cac1a3b Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 11 Aug 2019 12:04:09 +0300 Subject: [PATCH] Fix typo in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5df52959..3f80703f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN apk add --no-cache \ su-exec \ && pip3 install .[fast_crypto,hq_thumbnails,metrics] \ && pip3 install --upgrade 'https://github.com/LonamiWebs/Telethon/tarball/master#egg=telethon' \ - 'https://github.com/tulir/mautrix-python/tarball/master#egg=telethon' + 'https://github.com/tulir/mautrix-python/tarball/master#egg=mautrix' VOLUME /data