Trying to solve ARM build error with lsb_release

This commit is contained in:
Alfonso De Cala Bravo 2021-04-23 09:40:00 +02:00
parent e13411e9ee
commit c555942688

View file

@ -2,6 +2,7 @@ FROM python:3
COPY *.py /
RUN mv /usr/bin/lsb_release /usr/bin/lsb_release_back
RUN pip install telethon cryptg
CMD [ "python", "./telegram-download-daemon.py" ]