修复引用字体错误的问题
This commit is contained in:
@ -2,7 +2,7 @@ FROM dushixiang/guacamole-server:1.3.0
|
|||||||
|
|
||||||
LABEL MAINTAINER="helloworld1024@foxmail.com"
|
LABEL MAINTAINER="helloworld1024@foxmail.com"
|
||||||
|
|
||||||
COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/
|
COPY ./fonts/Menlo-Regular.ttf /usr/share/fonts/
|
||||||
COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
|
COPY ./fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
|
||||||
|
|
||||||
RUN mkfontscale && mkfontdir && fc-cache
|
RUN mkfontscale && mkfontdir && fc-cache
|
Reference in New Issue
Block a user