xwwww commited on
Commit
a7a4fa7
·
1 Parent(s): 0b74035

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
2
 
3
  # 更新软件包列表并安装必要的依赖项
4
  RUN apt-get update && \
5
- apt-get install -y sudo \
6
  apt-get install -y curl python3 python3-pip openssh-server && \
7
  rm -rf /var/lib/apt/lists/*
8
 
 
2
 
3
  # 更新软件包列表并安装必要的依赖项
4
  RUN apt-get update && \
5
+ apt-get install -y sudo && \
6
  apt-get install -y curl python3 python3-pip openssh-server && \
7
  rm -rf /var/lib/apt/lists/*
8