Update Dockerfile
Browse files- 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 |
|