Update Dockerfile
Browse files- 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
|