xwwww commited on
Commit
3205aab
1 Parent(s): 95ea040

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -4,9 +4,8 @@ FROM ubuntu:22.04
4
  RUN apt-get update && \
5
  apt-get install -y sudo && \
6
  apt-get install -y coreutils && \
7
- apt-get -y install wget && \
8
- apt-get install -y curl python3 python3-pip openssh-server && \
9
- rm -rf /var/lib/apt/lists/*
10
 
11
  RUN wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec
12
 
 
4
  RUN apt-get update && \
5
  apt-get install -y sudo && \
6
  apt-get install -y coreutils && \
7
+ apt-get -y install wget
8
+
 
9
 
10
  RUN wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec
11