8 lines
248 B
Docker
8 lines
248 B
Docker
FROM dushixiang/guacamole-server: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 |