lydgs commited on
Commit
4e19356
·
verified ·
1 Parent(s): cf07dde

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM eceasy/cli-proxy-api:latest
3
  USER root
4
 
5
  # 1. 安装 Nginx 和 Go 兼容库
6
- RUN apk add --no-cache nginx libc6-compat gcompat bash
7
 
8
  # 2. 准备工作目录
9
  # WORKDIR /app
 
3
  USER root
4
 
5
  # 1. 安装 Nginx 和 Go 兼容库
6
+ RUN apk add --no-cache nginx libc6-compat gcompat bash curl
7
 
8
  # 2. 准备工作目录
9
  # WORKDIR /app