diff --git a/Dockerfile b/Dockerfile index 00dbf3b..3ba21ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,10 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/* RUN python -m pip install --upgrade pip RUN pip3 install --upgrade setuptools wheel +RUN pip3 install pep517 +RUN pip3 install --upgrade pip +RUN pip3 install pyproject-toml +RUN pip3 install TA_Lib‑0.4.10‑cp35‑cp35m‑win_amd64.whl RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ binance binance_connector numpy requests schedule TA_Lib WORKDIR /opt/ COPY ["./", "/opt/"]