mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2024-11-14 11:16:37 +08:00
7 lines
No EOL
112 B
Docker
7 lines
No EOL
112 B
Docker
FROM python:3.6
|
|
|
|
COPY *.py /
|
|
|
|
RUN pip install telethon cryptg
|
|
|
|
CMD [ "python", "./telegram-download-daemon.py" ] |