修复: 使用官方 guacd 镜像作为基础镜像

This commit is contained in:
2026-04-22 19:51:44 +08:00
parent 4ae806f91b
commit 5f56809088
+2 -2
View File
@@ -1,10 +1,10 @@
FROM dushixiang/guacamole-server:latest
FROM guacamole/guacd:1.5.5
LABEL MAINTAINER="helloworld1024@foxmail.com"
COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/
COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
user root
USER root
RUN mkfontscale && mkfontdir && fc-cache