ykxVK8yL5L commited on
Commit
9aa4395
1 Parent(s): 0923119

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ USER user
11
  ENV PATH="/home/user/.local/bin:$PATH"
12
 
13
 
14
- RUN RUN set -x && \
15
  apt-get update && \
16
  apt-get install --no-install-recommends -y git && \
17
  echo "Asia/Shanghai" >/etc/timezone && \
 
11
  ENV PATH="/home/user/.local/bin:$PATH"
12
 
13
 
14
+ RUN set -x && \
15
  apt-get update && \
16
  apt-get install --no-install-recommends -y git && \
17
  echo "Asia/Shanghai" >/etc/timezone && \