Fix ARM64 compatibility issues (#192)
* 2021/11/01/22 Github_Action * Update docker.yml Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
FROM guacamole/guacd:1.3.0
|
||||
FROM xrsec/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/
|
||||
COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/
|
||||
COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/
|
||||
|
||||
RUN mkfontscale && mkfontdir && fc-cache
|
Reference in New Issue
Block a user