From 3daaa1e572b3ae309ce031b667c9f562f0af05dd Mon Sep 17 00:00:00 2001 From: aazhou Date: Fri, 9 Jun 2023 00:10:15 +0800 Subject: [PATCH] 111 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7d7c70..5c7f970 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,8 @@ ENV TIME_ZONE Asia/Shanghai # apt-get autoremove -y ${APT_PKG_TEMPORARY} && \ # rm -rf /var/lib/apt/lists/* -# RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ binance binance_connector numpy requests schedule TA_Lib -RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ binance binance_connector requests schedule +RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ binance binance_connector numpy requests schedule TA_Lib +# RUN pip3 install -i https://mirrors.aliyun.com/pypi/simple/ binance binance_connector requests schedule WORKDIR /opt/ COPY ["./", "/opt/"]