atonyxu commited on
Commit
eaa6eb5
·
1 Parent(s): 338df9f
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ ENV PASSWORD=123456
7
  ENV DEBIAN_FRONTEND=noninteractive \
8
  TZ=Asia/Shanghai
9
 
 
10
  # Remove any third-party apt sources to avoid issues with expiring keys.
11
  # Install some basic utilities
12
  RUN rm -f /etc/apt/sources.list.d/*.list && \
 
7
  ENV DEBIAN_FRONTEND=noninteractive \
8
  TZ=Asia/Shanghai
9
 
10
+ USER root
11
  # Remove any third-party apt sources to avoid issues with expiring keys.
12
  # Install some basic utilities
13
  RUN rm -f /etc/apt/sources.list.d/*.list && \