* 2021/11/01/22 Github_Action * Update docker.yml Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
8 lines
232 B
Docker
8 lines
232 B
Docker
FROM xrsec/guacd:1.3.0
|
|
|
|
LABEL MAINTAINER="helloworld1024@foxmail.com"
|
|
|
|
COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/
|
|
COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
|
|
|
|
RUN mkfontscale && mkfontdir && fc-cache |