Fixing ARM image build

This commit is contained in:
Alfonso E.M 2021-05-01 22:31:16 +02:00
parent a219e85852
commit 0b1cf4acf3

View file

@ -5,6 +5,8 @@ COPY *.py /
RUN echo $TARGETPLATFORM
RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
which lsb_release \
lsb_release -a \
mv /usr/bin/lsb_release /usr/bin/lsb_release.bak \
pip install telethon; \
else \