5
This commit is contained in:
parent
4ed4e5c6c0
commit
2d34869adf
@ -1,6 +1,9 @@
|
|||||||
FROM python:3.8-slim
|
FROM python:3.8-slim
|
||||||
ENV PYTHONIOENCODING=utf-8
|
ENV PYTHONIOENCODING=utf-8
|
||||||
ENV TIME_ZONE Asia/Shanghai
|
ENV TIME_ZONE Asia/Shanghai
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get -y install gcc mono-mcs && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
RUN python -m pip install --upgrade pip
|
RUN python -m pip install --upgrade pip
|
||||||
RUN pip3 install --upgrade setuptools wheel
|
RUN pip3 install --upgrade setuptools wheel
|
||||||
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 numpy requests schedule TA_Lib
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user