From 5f56809088e58df61b4e43285f53872fb9588e5d Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 22 Apr 2026 19:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=AE=98=E6=96=B9=20guacd=20=E9=95=9C=E5=83=8F=E4=BD=9C?= =?UTF-8?q?=E4=B8=BA=E5=9F=BA=E7=A1=80=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guacd/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacd/Dockerfile b/guacd/Dockerfile index 7b327009b..550126e49 100644 --- a/guacd/Dockerfile +++ b/guacd/Dockerfile @@ -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