From 912c7df7d8c9b4241dd6d7e1429ee522030f5249 Mon Sep 17 00:00:00 2001 From: "Alfonso E.M" Date: Sat, 1 May 2021 21:12:23 +0200 Subject: [PATCH] Fixing ARM image build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f806284..93283b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file