11 lines
261 B
Docker
11 lines
261 B
Docker
FROM dushixiang/guacamole-server:latest
|
|
|
|
LABEL MAINTAINER="helloworld1024@foxmail.com"
|
|
|
|
COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/
|
|
COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
|
|
|
|
user root
|
|
|
|
RUN mkfontscale && mkfontdir && fc-cache
|