File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ RUN mkdir -p /etc/vim/ && \
4444# 安装 nodejs 库
4545# apt-get autoremove -y 删除没有用的依赖lib。减少镜像大小。1MB 也要节省。
4646# apt-get --purge remove 软件包名称 , 删除已安装包(不保留配置文件)。
47- RUN apt-get update && apt-get install -y procps gcc make python3-dev default-libmysqlclient-dev libxml2-dev cron && \
47+ RUN apt-get update && apt-get install -y net-tools procps gcc make python3-dev default-libmysqlclient-dev libxml2-dev cron && \
4848 pip3 install mysqlclient sqlalchemy && \
4949 pip3 install supervisor && \
5050 pip3 install numpy pandas && \
5151 pip3 install akshare --upgrade && \
5252 apt-get install -y nodejs && \
5353 pip3 install tornado torndb && \
54- pip3 install bokeh stockstats && \
54+ pip3 install bokeh stockstats sklearn && \
5555 apt-get --purge remove -y gcc make python3-dev default-libmysqlclient-dev libxml2-dev && \
5656 rm -rf /root/.cache/* && apt-get clean && apt-get autoremove -y
5757
You can’t perform that action at this time.
0 commit comments