godlikeme commited on
Commit
04913c1
·
verified ·
1 Parent(s): a657b7a

调整顺序

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -14,15 +14,15 @@ RUN apt-get update && \
14
  apt-get install -y \
15
  vim \
16
  htop \
17
- python3 \
18
- python3-pip \
19
  curl \
20
  wget \
21
  git \
22
- iputils-ping \
23
- jq \
24
  zip \
25
  unzip \
 
 
 
 
26
  sudo && \
27
  rm -rf /var/lib/apt/lists/*
28
 
 
14
  apt-get install -y \
15
  vim \
16
  htop \
 
 
17
  curl \
18
  wget \
19
  git \
 
 
20
  zip \
21
  unzip \
22
+ jq \
23
+ iputils-ping \
24
+ python3 \
25
+ python3-pip \
26
  sudo && \
27
  rm -rf /var/lib/apt/lists/*
28