diff --git a/Dockerfile b/Dockerfile index 619fd83b..16dcbd52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,9 +37,9 @@ RUN apk add --no-cache \ ffmpeg \ ca-certificates \ su-exec \ - git \ && pip3 install .[fast_crypto,hq_thumbnails,metrics] \ - && pip3 install --upgrade 'git+https://github.com/tulir/mautrix-python@bridge-updates#egg=mautrix' + && pip3 install --upgrade 'https://github.com/tulir/mautrix-python/tarball/bridge-updates#egg=mautrix' \ + 'https://github.com/LonamiWebs/Telethon/tarball/master#egg=telethon' VOLUME /data diff --git a/requirements.txt b/requirements.txt index 877f76fd..2e17cd74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,6 @@ SQLAlchemy alembic commonmark future-fstrings -telethon +#telethon +git+https://github.com/LonamiWebs/Telethon@master#egg=telethon telethon-session-sqlalchemy