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

Update Dockerfile

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