Skip to content

Commit

Permalink
升级到4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myhhub committed Jun 5, 2024
1 parent 7cf310f commit a74855c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trusted-host = pypi.tuna.tsinghua.edu.cn" > /etc/pip.conf && \
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone && \
apt-get update && \
apt-get install -y cron gcc make python3-dev default-libmysqlclient-dev curl && \
apt-get install -y cron gcc make python3-dev default-libmysqlclient-dev build-essential pkg-config curl && \
pip install supervisor && \
pip install mysqlclient && \
pip install requests && \
Expand All @@ -49,7 +49,7 @@ trusted-host = pypi.tuna.tsinghua.edu.cn" > /etc/pip.conf && \
cd .. && \
pip install TA-Lib && \
rm -rf ta-lib* && \
apt-get --purge remove -y gcc make python3-dev default-libmysqlclient-dev curl && \
apt-get --purge remove -y gcc make python3-dev default-libmysqlclient-dev build-essential pkg-config curl && \
rm -rf /root/.cache/* && rm -rf /var/lib/apt/lists/* && apt-get clean && apt-get autoclean && apt-get autoremove -y

WORKDIR /data
Expand Down

0 comments on commit a74855c

Please sign in to comment.