8 lines
224 B
Docker
8 lines
224 B
Docker
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 |