han145 commited on
Commit
4bc980d
·
verified ·
1 Parent(s): 2dfb7aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 wget curl \
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