Update Dockerfile

This commit is contained in:
dushixiang
2021-12-12 14:13:25 +08:00
committed by GitHub
parent 29c066ca3a
commit 05eb21c1a9

View File

@ -5,4 +5,6 @@ LABEL MAINTAINER="helloworld1024@foxmail.com"
COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/ COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/
COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/ COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
user root
RUN mkfontscale && mkfontdir && fc-cache RUN mkfontscale && mkfontdir && fc-cache