Fixing ARM image build

This commit is contained in:
Alfonso E.M 2021-05-01 22:25:18 +02:00
parent 3e9a2b774c
commit a219e85852

View file

@ -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; \