修复: 使用官方 guacd 镜像作为基础镜像
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
FROM dushixiang/guacamole-server:latest
|
||||
FROM guacamole/guacd:1.5.5
|
||||
|
||||
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
|
||||
USER root
|
||||
|
||||
RUN mkfontscale && mkfontdir && fc-cache
|
||||
|
||||
Reference in New Issue
Block a user