apt-get -y install python3-pandas

This commit is contained in:
Roman Davydov
2022-11-16 22:06:22 +03:00
committed by GitHub
parent 414ec7ebba
commit 3fb77d8bbe

View File

@@ -29,7 +29,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
pip install -U cryptography==3.3.2; \
fi \
&& if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
apt-get install python3-pandas; \
apt-get -y install python3-pandas; \
fi \
&& pip install -r requirements.txt \
&& pip cache purge \