mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2025-03-01 08:33:11 +08:00
8 lines
No EOL
164 B
Docker
8 lines
No EOL
164 B
Docker
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" ] |