StarrySkyWorld commited on
Commit
9505330
·
verified ·
1 Parent(s): 5ee79ac

Update docker-entrypoint.sh

Browse files
Files changed (1) hide show
  1. docker-entrypoint.sh +1 -0
docker-entrypoint.sh CHANGED
@@ -4,6 +4,7 @@ set -e
4
  echo "[Grok2API] 正在初始化环境..."
5
 
6
  # IP输出部分
 
7
  echo "[Grok2API] 本次环境IP: $(curl -s ip.sb)"
8
 
9
  # 确保数据目录存在(在 /app/data 下)
 
4
  echo "[Grok2API] 正在初始化环境..."
5
 
6
  # IP输出部分
7
+ apt-get install curl -y
8
  echo "[Grok2API] 本次环境IP: $(curl -s ip.sb)"
9
 
10
  # 确保数据目录存在(在 /app/data 下)