From a219e8585219c42ef7650a57e7e24f3d42dcb33c Mon Sep 17 00:00:00 2001 From: "Alfonso E.M" Date: Sat, 1 May 2021 22:25:18 +0200 Subject: [PATCH] Fixing ARM image build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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; \