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
3e9a2b774c
commit
a219e85852
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ COPY *.py /
|
||||||
RUN echo $TARGETPLATFORM
|
RUN echo $TARGETPLATFORM
|
||||||
|
|
||||||
RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
|
RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
|
||||||
|
mv /usr/bin/lsb_release /usr/bin/lsb_release.bak \
|
||||||
pip install telethon; \
|
pip install telethon; \
|
||||||
else \
|
else \
|
||||||
pip install telethon cryptg; \
|
pip install telethon cryptg; \
|
||||||
|
|
Loading…
Reference in a new issue