Fixing ARM image build

This commit is contained in:
Alfonso E.M 2021-05-01 21:12:23 +02:00
parent 509a8a0f70
commit 912c7df7d8

View file

@ -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" ]