Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
增加字体文件
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed Aug 18, 2021
1 parent b0619db commit 492e209
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions guacd/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 added guacd/fonts/Menlo-Regular.ttf
Binary file not shown.
Binary file added guacd/fonts/SourceHanSansCN-Regular.otf
Binary file not shown.

0 comments on commit 492e209

Please sign in to comment.