diff --git a/Dockerfile b/Dockerfile index ee2618b..029b098 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ COPY *.py / RUN echo $TARGETPLATFORM RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \ + mv /usr/bin/lsb_release /usr/bin/lsb_release.bak \ pip install telethon; \ else \ pip install telethon cryptg; \