Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -3,6 +3,7 @@ FROM node:20-slim AS builder
|
|
| 3 |
WORKDIR /app
|
| 4 |
# 安装运行时依赖:cron, supervisor, python3, pip, requests
|
| 5 |
RUN apt-get update && apt-get install -y \
|
|
|
|
| 6 |
cron \
|
| 7 |
supervisor \
|
| 8 |
python3 \
|
|
|
|
| 3 |
WORKDIR /app
|
| 4 |
# 安装运行时依赖:cron, supervisor, python3, pip, requests
|
| 5 |
RUN apt-get update && apt-get install -y \
|
| 6 |
+
git \
|
| 7 |
cron \
|
| 8 |
supervisor \
|
| 9 |
python3 \
|