ykxVK8yL5L commited on
Commit
6ab7e3a
1 Parent(s): 32a4716

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -15
Dockerfile CHANGED
@@ -10,22 +10,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
10
 
11
  RUN set -x && \
12
  apt-get update && \
13
- apt-get upgrade -y && \
14
  apt-get install --no-install-recommends -y git \
15
- curl \
16
- wget \
17
- tzdata \
18
- perl \
19
- openssl \
20
- openssh-client \
21
- nginx \
22
- jq \
23
- procps \
24
- netcat \
25
- unzip \
26
- libatomic1 && \
27
- apt-get clean && \
28
- ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
29
  echo "Asia/Shanghai" >/etc/timezone && \
30
  git config --global user.email "filecodebox@@users.noreply.github.com" && \
31
  git config --global user.name "filecodebox" && \
 
10
 
11
  RUN set -x && \
12
  apt-get update && \
 
13
  apt-get install --no-install-recommends -y git \
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  echo "Asia/Shanghai" >/etc/timezone && \
15
  git config --global user.email "filecodebox@@users.noreply.github.com" && \
16
  git config --global user.name "filecodebox" && \