增加字体文件

This commit is contained in:
dushixiang 2021-08-18 23:17:41 +08:00
parent f69417fe9a
commit c7b3ca8e4f
3 changed files with 8 additions and 0 deletions

8
guacd/Dockerfile Normal file
View File

@ -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

Binary file not shown.

Binary file not shown.