diff --git a/Dockerfile b/Dockerfile index 3beb67b..3923175 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins && if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \ apt-get -y install python-pandas; \ sed -i '/pandas/d' requirements.txt; \ + alias python=python3.7; \ fi \ && pip install -r requirements.txt \ && pip cache purge \