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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -8,9 +8,7 @@ USER user
8
  ENV PATH="/home/user/.local/bin:$PATH"
9
 
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" && \
 
8
  ENV PATH="/home/user/.local/bin:$PATH"
9
 
10
 
11
+ RUN apt-get install --no-install-recommends -y git \
 
 
12
  echo "Asia/Shanghai" >/etc/timezone && \
13
  git config --global user.email "filecodebox@@users.noreply.github.com" && \
14
  git config --global user.name "filecodebox" && \