diff --git a/Dockerfile b/Dockerfile index 3935ae0..3beb67b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -y install python3-pandas; \ + apt-get -y install python-pandas; \ sed -i '/pandas/d' requirements.txt; \ fi \ && pip install -r requirements.txt \