diff --git a/docker/Dockerfile b/docker/Dockerfile index a62cd4a50..9c01a80bf 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -40,7 +40,7 @@ trusted-host = mirrors.aliyun.com" > /etc/pip.conf && \ pip install bokeh && \ pip install pandas && \ pip install tornado && \ - pip install racer && \ + pip install mini-racer && \ pip install easytrader && \ curl -SL https://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz | tar -xzC . && \ cd ta-lib/ && \