mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2025-03-01 08:33:11 +08:00
Fixing ARM image build
This commit is contained in:
parent
509a8a0f70
commit
912c7df7d8
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ COPY *.py /
|
|||
|
||||
RUN echo $TARGETPLATFORM
|
||||
|
||||
RUN test "$TARGETPLATFORM" = "linux/arm64" && pip install telethon || else pip install telethon cryptg
|
||||
RUN test "$TARGETPLATFORM" = "linux/arm64" && pip install telethon || pip install telethon cryptg
|
||||
|
||||
CMD [ "python", "./telegram-download-daemon.py" ]
|
Loading…
Reference in a new issue