升级版本.

This commit is contained in:
lijiahangmax
2025-06-25 18:48:25 +08:00
parent b182452f30
commit f1ade56e13
14 changed files with 19 additions and 13 deletions

View File

@@ -1 +1,7 @@
FROM guacamole/guacd:1.5.5
USER root
# 系统时区
ARG TZ=Asia/Shanghai
# 设置时区
RUN ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime && \
echo '${TZ}' > /etc/timezone