Trying to solve ARM build error with lsb_release

This commit is contained in:
Alfonso De Cala Bravo 2021-04-23 09:49:21 +02:00
parent c555942688
commit 924c63de48

View file

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