BG5 commited on
Commit
2cd3f99
·
verified ·
1 Parent(s): 5d9e170

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -9
Dockerfile CHANGED
@@ -20,15 +20,6 @@ RUN ln -s /usr/bin/python3.11 /usr/bin/python
20
  # 安装 pip
21
  RUN wget https://bootstrap.pypa.io/get-pip.py && python3.11 get-pip.py && rm get-pip.py
22
 
23
- # # 添加 Microsoft 的 GPG 密钥和软件源
24
- # RUN wget -qO- https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
25
- # && add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/edge/ stable main" \
26
- # && apt-get update
27
-
28
- # # 安装 Microsoft Edge 浏览器
29
- # RUN apt-get install -y microsoft-edge-stable \
30
- # && apt-get clean
31
-
32
  # # 创建非特权用户
33
  RUN useradd -m -s /bin/bash appuser
34
 
 
20
  # 安装 pip
21
  RUN wget https://bootstrap.pypa.io/get-pip.py && python3.11 get-pip.py && rm get-pip.py
22
 
 
 
 
 
 
 
 
 
 
23
  # # 创建非特权用户
24
  RUN useradd -m -s /bin/bash appuser
25