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