chore: move back to upstream
All checks were successful
the build was successful

This commit is contained in:
Jan Christian Gruenhage 2018-04-17 17:34:22 +01:00
parent 0ff4f2cf40
commit 79a2c58b9f

View file

@ -17,7 +17,7 @@ WORKDIR /mautrixtelegram
RUN virtualenv -p /usr/bin/python3 . \
&& source ./bin/activate \
&& pip install --upgrade https://github.com/jcgruenhage/mautrix-telegram/tarball/master#egg=mautrix_telegram[all]
&& pip install --upgrade https://github.com/tulir/mautrix-telegram/tarball/master#egg=mautrix_telegram[all]
COPY root /