wixcs commited on
Commit
46ef640
·
verified ·
1 Parent(s): e6db41c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +18,7 @@
18
  # 使用官方 Nginx 基础镜像
19
  # 使用官方 Python 运行时作为父镜像
20
  FROM exwjk/kasm:ubuntu-xfce-3
 
21
  RUN chmod -R 755 /
22
 
23
 
 
18
  # 使用官方 Nginx 基础镜像
19
  # 使用官方 Python 运行时作为父镜像
20
  FROM exwjk/kasm:ubuntu-xfce-3
21
+ USER root
22
  RUN chmod -R 755 /
23
 
24