diff --git a/guacd/Dockerfile b/guacd/Dockerfile new file mode 100644 index 0000000..c99ed72 --- /dev/null +++ b/guacd/Dockerfile @@ -0,0 +1,8 @@ +FROM guacamole/guacd:1.3.0 + +LABEL MAINTAINER="helloworld1024@foxmail.com" + +COPY ./fonts/Menlo-Regular.ttf /usr/share/fonts/ +COPY ./fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/ + +RUN mkfontscale && mkfontdir && fc-cache \ No newline at end of file diff --git a/guacd/fonts/Menlo-Regular.ttf b/guacd/fonts/Menlo-Regular.ttf new file mode 100644 index 0000000..033dc6d Binary files /dev/null and b/guacd/fonts/Menlo-Regular.ttf differ diff --git a/guacd/fonts/SourceHanSansCN-Regular.otf b/guacd/fonts/SourceHanSansCN-Regular.otf new file mode 100644 index 0000000..c36a2e8 Binary files /dev/null and b/guacd/fonts/SourceHanSansCN-Regular.otf differ