Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM node:22-slim
|
|
| 2 |
|
| 3 |
# 1. 基础依赖补全
|
| 4 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 5 |
-
git openssh-client build-essential python3 python3-pip
|
| 6 |
g++ make ca-certificates \
|
| 7 |
&& rm -rf /var/lib/apt/lists/*
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
# 1. 基础依赖补全
|
| 4 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 5 |
+
git openssh-client build-essential python3 python3-pip \
|
| 6 |
g++ make ca-certificates \
|
| 7 |
&& rm -rf /var/lib/apt/lists/*
|
| 8 |
|